赞
踩
在命令行上运行 git config --global http.sslVerify true(不行就多执行两遍) 将安全验证打开
如果连接git是报错unable to access ‘https://****’: SSL certificate problem: Invalid 因为有些服务器是https是自签名的. 所以在命令行上运行 git config --global http.sslVerify false 将安全验证关掉
git clone 时候报错
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly before end of the underlying st…
解决方法:
git config --global http.version HTTP/1.1
git config --global http.postBuffer 524288000
(两步都要执行,参考:https://blog.csdn.net/qcx321/article/details/126013303)
多试几次(也有第5点的原因,所以还是不行就试第五点)
方法https://blog.csdn.net/Mr_Fuuuuuu/article/details/114632893
查询网站https://ipaddress.com/website/www.github.com
http://github.com 140.82.114.3
http://gist.github.com 140.82.113.4
http://help.github.com 140.82.113.18
http://nodeload.github.com 140.82.113.10
http://github.global.ssl.fastly.net 151.101.1.194
http://raw.github.com 185.199.108.133
http://status.github.com 140.82.112.17
http://training.github.com 185.199.108.153
http://www.github.com 140.82.112.3
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。