我知道这个问题并不新鲜,我一直在寻找答案,但直到现在没有任何工作为我。错误:无法连接到github.com:8080;拒绝连接
的问题是,每一次我尝试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,但它仅仅是一个例子,我有这个问题蒙山的所有URL)
端口8080通常不以https相关联。 8443是我期望在这里看到的,如果它是443以外的东西。 – 2013-04-23 11:20:12
试试'git:// github.com/mxcl/homebrew.git'? – 2013-04-23 11:21:35
其实我试过“git clone git://github.com/mxcl/homebrew.git”,它的工作原理是“git clone https://github.com/mxcl/homebrew.git/info/refs?service = git-上传包“不断返回相同的错误...任何想法问题可能来自哪里? – lgerard 2013-04-23 11:45:50