有時候我git clone
命令掛起:Git克隆掛起 - 有沒有辦法繼續克隆?
git clone -v [email protected]:user/repo.git
Cloning into repo...
remote: Counting objects: 105350, done.
remote: Compressing objects: 100% (28919/28919), done.
Receiving objects: 13% (14481/105350), 6.84 MiB | 46 KiB/s
有十分鐘沒有任何進展。
有沒有辦法繼續使用部分克隆庫,如果我停止當前進程克隆?
欺騙 - > http://stackoverflow.com/questions/8587536/is-there-any-way-to-continue-git-fetch-from-the-point-where-it-got-failed –