git clone 强制使用 https://

强制git使用 https:// 而不是 git://

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

 

posted @ 2020-04-21 14:12  dearyang  阅读(49)  评论(0)    收藏  举报