github 代理加速

git config --global url."https://github.com.cnpmjs.org/".insteadOf "https://github.com/"

查看git配置信息

git config --global --list

取消设置

git config --global --unset url.https://github.com/.insteadof
原文地址:https://www.cnblogs.com/dream397/p/15428429.html