git clone 一半失败

2019/09/12 Git 共 158 字,约 1 分钟

解决 git clone 到一半时提示失败的问题

解决方案 1

有时候使用

git clone https://github.com/xxx.git

从github上拉取项目时会提示下载失败。

可以尝试把https://换成 git://

git clone git://github.com/xxx.git

参考

git clone失败的一种解决办法

Search

    Categories Cloud

    Blog Git BasicKnowledge Linux Classification Article MachineLearning

    Table of Contents