git clone错误error:RPC failed 解决方法
git clone错误error:RPC failed 解决方法
1.修改Git的传输字节限制。 git config --global http.postBuffer 524288000
如果还不行
2.例如:git clone https:/ /github. com./ IntelRealSense/ realsense-ros.git
将https 改成git
git clone git:/ /github. com./ IntelRealSense/ realsense-ros.git
...
原创
2021-03-09 19:17:13 ·
4011 阅读 ·
0 评论