自学内容网 自学内容网

解决github无法clone的问题

问题背景

(base) ~$ git clone https://github.com/isaac-sim/IsaacLab.git
正克隆到 'IsaacLab'...
fatal: 无法访问 'https://github.com/isaac-sim/IsaacLab.git/':gnutls_handshake() failed: Error in the pull function.

解决办法

我使用了代理,需要配置

git config --global http.proxy http://127.0.0.1:7890
git config --global https.proxy http://127.0.0.1:7890

原文地址:https://blog.csdn.net/Ivy_Hu677/article/details/145265877

免责声明:本站文章内容转载自网络资源,如侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!