repo gets stuck after downloading

橙三吉。 提交于 2019-12-06 08:53:49

The solution is simple. Kill it and restart. This does no harm when doing repo sync. The size of the whole repository is more than 6G. I guess the stuck was due to some network problem.

I got stuck on the same line! I think that one is systemic:

android-sdk-adt_r16.0.1 -> android-sdk-adt_r16.0.1

After killing the process the following error appeared, even with sync -f : Fetching projects: 0% (1/262) fatal: Not a git repository: '/home/rodrigo/open-projects/droid/.repo/projects/bionic.git'

So I simply did a rm over '/home/rodrigo/open-projects/droid/.repo/projects/bionic.git', I know its an Orc solution but worked... code was downloaded.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!