Github的HTTPS克隆當試圖通過代理連接到克隆的github倉庫,我得到以下錯誤:通過代理
Cannot get remote repository information. Perhaps git-update-server-info needs to be run there?
我試圖設置環境變量http_proxy和https_proxy,我也想跑
git --global my.proxy.com:port但它仍然不起作用。
有什麼想法?
Github的HTTPS克隆當試圖通過代理連接到克隆的github倉庫,我得到以下錯誤:通過代理
Cannot get remote repository information. Perhaps git-update-server-info needs to be run there?
我試圖設置環境變量http_proxy和https_proxy,我也想跑
git --global my.proxy.com:port但它仍然不起作用。
有什麼想法?
遠程存儲庫位於何處? 'git-update-server-info'在那裏運行? :) –
遠程存儲庫託管在github.com實際上 – fiddler
糟糕,我錯過了你的問題。我懷疑你的git版本太舊了,不支持Smart HTTP - git --version會報告什麼? –