用git clone下载时,总是出现错误。Received HTTP code 503 from proxy after CONNECT。自己不爱看英文,其实自己能静下心来把英文读懂了,多尝试,问题就已经解决了。最后还是请师兄帮忙:
git clone https://bitbucket.org/gtborg/gtsam.git --config http.proxy= --config http.sslVerify=false
你只需要在你命令后面加上–config http.proxy= --config http.sslVerify=false就可以了。或者自己去把这个添加.gitconfig里。如果找不到配置文件,自己可以根目录下新建一个.gitconfig文件,把这个写到里面即可。
最后附上英文网页
https://stackoverflow.com/questions/41923263/corporate-github-behind-proxy-received-http-code-503-from-proxy-after-connect
Received HTTP code 503 from proxy after CONNECT
最新推荐文章于 2025-03-17 18:17:00 发布