error: Exited sync due to fetch errors
时间:2015-04-23 15:48:41
收藏:0
阅读:2360
1、问题
我在使用repo sync同步代码时,运行一段时间,出现这个错误:error: Exited sync due to fetch errors,很奇怪的问题。
2、分析
在网上找了一些资料,也没有找出原因。
3、解决
就是很不经意之间运行了下面的指令:
ssh git@10.10.10.211
再同步一下问题就解决了。
出自:http://blog.csdn.net/fulinus
原文:http://blog.csdn.net/fulinus/article/details/45220679
评论(0)