github 出现无法连接成功问题终极详解
1、fatal: unable to access 'https://github.com/666zhengyang/soft_projict_set.git/': gnutls_handshake() failed: Error in the pull function. (出现失败)解决办法:1、git config --global http.sslVerify false 2、 多试试 p
·
1、fatal: unable to access 'https://github.com/666zhengyang/soft_projict_set.git/': gnutls_handshake() failed: Error in the pull function. (出现失败)
解决办法:1、git config --global http.sslVerify false 2、 多试试 push命令 (免费的 总有问题)
2、fatal: unable to access 'https://github.com/666zhengyang/soft_projict_set.git/': Failed to connect to 127.0.0.1 port 1080: Connection refused (端口拒绝)
git config --global http.proxy git config --global --unset http.proxy
更多推荐
所有评论(0)