命令行输入以下语句:
git config --global url."https://gitclone.com/github.com/".insteadOf "https://github.com/"
取消设置:
git config --global --unset url."https://gitclone.com/github.com/".insteadOf
参考:[https://www.cnblogs.com/jonil/p/18054893]
命令行输入以下语句:
git config --global url."https://gitclone.com/github.com/".insteadOf "https://github.com/"
取消设置:
git config --global --unset url."https://gitclone.com/github.com/".insteadOf
参考:[https://www.cnblogs.com/jonil/p/18054893]