我已经在github中分叉了一个项目,没有任何问题,并将其克隆到我的本地系统。
我做了一些更改,现在是时候做git push
了。该网址的类型为https
。
我在Linux上工作,并拥有指向CNTLM的环境变量https_proxy
和http_proxy
,不需要身份验证。
http_proxy=http://localhost:5865
https_proxy=https://localhost:5865
以下是我得到的结果:
$ git push
fatal: unable to access 'https://github.com/myuser/myproject.git/': Received HTTP code 503 from proxy after CONNECT
我怀疑是代理人。如果我删除环境变量,它会更快失败。
我已成功使用git
,代理和ssh
协议。
答案 0 :(得分:1)
这是Github的临时问题。
单词proxy
使我感到困惑,因为我习惯于代理问题。