快速解决gitclone连接不上,连接超时问题
解决方法:换镜像源
将git clone https://github.com/地址
更改为
git clone https://hub.fastgit.org/地址
已解决。
版权声明:本文为weixin_49121426原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。
解决方法:换镜像源
将git clone https://github.com/地址
更改为
git clone https://hub.fastgit.org/地址
已解决。