收到 100% 对象后恢复存储库同步
我正在下载最新的姜饼源,在收到.Repo文件夹中的所有对象(appx 242)后,它正在硬盘上写入文件,当我用完硬盘空间时,有什么方法可以恢复同步,它花了我大约需要 4 小时才能同步 3 GB 数据。
i was downloading the latest gingerbread source, after receiving all the objects(appx 242) in .Repo folder, it was writing files on the HDD, when i ran out of Hard disk space, is there any way to resume the sync, it took me approx 4 hours to sync 3 GB of data.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通常,您只需执行另一次
repo同步
,它就会从上次停止的地方继续。这对你不起作用吗?Usually you can just do another
repo sync
and it will continue from where it left off. Does that not work for you?