git clone 报错443 timeout 解决
在//github.com前面添加 //gitclone.com
比如
git clone https://github.com/xxx.git
修改为
git clone https://gitclone.com/github.com/xxx.git
git clone 报错443 timeout 解决
阅读 222
2022-04-25
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)