git clone  https://chromium.googlesource.com/chromium/src

发现有将近7G,但是速度太慢,老是失败,提示信息先后是“The remote end hung up unexpectedly”、“early EOF”、“index-packed failed”。

就算没有失败,但是有时候需要关电脑。

每次重新git fetch后,在.git/objects/pack中,都生成一个新的类似tmp_pack_LJ7iab文件。

修改命令为

git clone --depth=1 https://chromium.googlesource.com/chromium/src

参考

http://blog.csdn.net/alien75/article/details/38921397

相关文章:

  • 2022-01-02
  • 2022-12-23
  • 2021-04-03
  • 2021-08-16
  • 2022-12-23
  • 2021-07-27
猜你喜欢
  • 2021-10-04
  • 2021-08-04
  • 2022-12-23
  • 2021-11-17
  • 2021-12-24
  • 2021-11-20
  • 2021-12-02
相关资源
相似解决方案