github国内设置
HaoYa Lv5
git config --global url.https://xx.xx.xx/.insteadof https://   增加
git config --global --unset url.https://xx.xx.xx/.insteadof https:// 取消
git config --global --list 检查

xx.xx.xx 是代理域名

 评论