大家好,又见面了,我是你们的朋友全栈君。
git clone失败或连接超时解决方案
当我们在git上克隆代码时,可能会报错或者连接超时:如下图
1) 可以把仓库地址前缀https换成 git:
git clone https://github.com/coderwhy/supermall.git
git clone git://github.com/coderwhy/supermall.git
2)克隆成功
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/162551.html原文链接:https://javaforall.net