2017-04-10 48 views
0

當我試圖推到原點,鍵入以下命令後:混帳推-u起源主致命的:無法訪問

git push -u origin master 

fatal : Unable to access 'https://github.com/jayaramarao/jayaportfolio.git' 
Failed to connect to github.com port 443: Time out 
+0

聽起來像一個網絡問題。你需要設置代理嗎? – eftshift0

+0

可能重複[GitHub - 無法連接到GitHub 443窗口/無法連接到GitHub - 沒有錯誤](http://stackoverflow.com/questions/18356502/github-failed-to-connect-to-github-443 -Windows失敗的對連接到github上) – Li357

回答

0

看起來像你身後的代理。

設置你的機器上的代理,它應該工作

git config --global http.proxy <ip>:<port> 
相關問題