1. 程式人生 > 其它 >Git提交程式碼提示1080 Failed Access

Git提交程式碼提示1080 Failed Access

技術標籤:工具大前端大後端github

取消Git代理設定

git config --global --unset http.proxy

git config --global --unset https.proxy


設定代理

git config --global https.proxy https://127.0.0.1:1080