linux 设置全局 git 加速
针对当前用户
git config --global url."https://gitclone.com/".insteadOf https://
针对多用户
git config --system url."https://gitclone.com/".insteadOf https://
针对当前用户
git config --global url."https://gitclone.com/".insteadOf https://
针对多用户
git config --system url."https://gitclone.com/".insteadOf https://