git-cloner / gitcache

When clone from github.com, build mirror cache to improve clone speed
https://gitclone.com
GNU General Public License v3.0
231 stars 33 forks source link

设置git参数有些问题,需要如下修改,建议网站修改下。 #8

Closed yueswing07 closed 3 years ago

yueswing07 commented 3 years ago

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

little51 commented 3 years ago

​git config --global url."https://gitclone.com/".insteadOf https:// 与 git config --global url."https://gitclone.com/github.com/".insteadOf https://github.com/执行的结果是等效的

yueswing07 commented 3 years ago

@little51 效果一样只是针对 github 如果是其他的 比如 https://gitee.com 等也会影响啊