我知道这个问题不是新问题,我一直在寻找答案,但直到现在我都没有用。
问题是,每次尝试git clone
或git 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,但这只是一个例子,我有这个问题所有的网址)
答案 0 :(得分:5)
检查您是否配置了git http.proxy
或https.proxy
配置,并取消设置两者。见pull command error : Failed connect to github.com:8080
答案 1 :(得分:0)
尝试在推或拉之前设置公共/私有rsa密钥对。
ssh-keygen -t rsa -C "youremailid@xxxx.com"