尝试通过防火墙访问Github失败,并显示以下消息:
$ git fetch origin master
fatal: unable to access 'https://github.com/myrepo/myproject.git/': Received HTTP code 407 from proxy after CONNECT
完成所有可能的代理设置。我设置了以下内容:
http.proxy to http://user:pwd@proxy:port
https.proxy to https://user:pwd@proxy:port
git config --global http.sslVerify false
但没有任何效果,仍然得到同样的信息。我有cntlm运行(不确定这是否是一个问题)。
我在Windows 7上使用Git Bash。
任何提示?
答案 0 :(得分:0)
我通过重新安装Git Bash来修复它。我不得不这样做因为我注意到我可以从Git Windows命令行访问GitHub,这意味着问题出在Git Bash上。