輸入提交代碼命令:git push -u origin master
報錯:fatal: unable to access 'https://gitee.com/solitudeYu/gerenzhuye.git/': Failed to connect to www.google.com port 80: Timed out
處理方式
查詢到當前設置的代理
git config --global --unset http.proxy
關閉代理
git config --global --unset http.proxy
提交成功
git push -u origin master

作者:solitudeYu
鏈接:https://www.jianshu.com/p/27b4f2be5eb9
來源:簡書
著作權歸作者所有。商業轉載請聯系作者獲得授權,非商業轉載請注明出處。