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

请登录后发表评论

    没有回复内容