很多时候我们无法访问github 那么我们可以网上搜索镜像网站 比如
https://blog.csdn.net/eytha/article/details/144797222
这里可以找到一些镜像站
然后直接编辑 c:/user/xxx/.gitconfig 内容如
[user]name = xxxxemail = xxxx@hotmail.com
[gui]recentrepo = D:/ProjectFolder/testrecentrepo = D:/ProjectFolder/test
[http]sslVerify = true
[url "https://bgithub.xyz/"]insteadOf = https://github.com/
这里[url xxxx] 就是用以代替的平替镜像