0
点赞
收藏
分享

微信扫一扫

git clone 报错443 timeout 解决

IT程序员 2022-04-25 阅读 222
git

git clone 报错443 timeout 解决

在//github.com前面添加 //gitclone.com

比如
git clone https://github.com/xxx.git
修改为
git clone https://gitclone.com/github.com/xxx.git
举报

相关推荐

0 条评论