错误:连接到github.com:8080失败;拒绝连接

时间:2013-04-23 11:17:52

标签: git git-clone

我知道这个问题不是新问题,我一直在寻找答案,但直到现在我都没有用。

问题是,每次尝试git clonegit pull命令时,都会收到以下错误:

error: Failed connect to github.com:8080; Connection refused while accessing https://github.com/mxcl/homebrew.git/info/refs?service=git-upload-pack
fatal: HTTP request failed

(这里是https://github.com/mxcl/homebrew.git/info/refs?service=git-upload-pack,但这只是一个例子,我有这个问题所有的网址)

2 个答案:

答案 0 :(得分:5)

检查您是否配置了git http.proxyhttps.proxy配置,并取消设置两者。见pull command error : Failed connect to github.com:8080

答案 1 :(得分:0)

尝试在推或拉之前设置公共/私有rsa密钥对。

ssh-keygen -t rsa -C "youremailid@xxxx.com"

enter image description here