git 设置github代理

git config --global http.https://github.com.proxy http://127.0.0.1:7890
git config --global https.https://github.com.proxy http://127.0.0.1:7890

git config --global --get http.https://github.com.proxy
git config --global --get https.https://github.com.proxy

git config --global --unset http.https://github.com.proxy
git config --global --unset https.https://github.com.proxy

git config --global --list

posted @ 2024-10-09 14:28  BackSword  阅读(26)  评论(0编辑  收藏  举报