UNIX
repo sync fatal not a git repository cts.git
ndlessrain
2013. 7. 15. 19:39
Need help with repo sync error. I am trying to update the
DevKit Android source files on my computer using the rowboat repo via
command 'repo sync' while following the TI Developers Guide and got the
resulting error below...
Fetching projects: 3% (6/183) fatal: Not a git repository:
'/home/scubadoo/rowboat-android/TI_Android_GingerBread_2_3_4Sources/.repo/projects/cts.git'
error: Cannot fetch cts
It seems something is broken. Anyone have a solution?
-
If you are downloading sources from rowboat gitorious,
sometimes errors are seen. We suggest you repo sync again. Sometimes,
the download takes a few retries before it is ultimately successful.
---------------------------------------------------------------------------------------------------------
Please click the Verify Answer button on this post if it answers your question.
---------------------------------------------------------------------------------------------------------
-
Hi Vish, thanks for your reply. Unfortunately I have tried many
times already and have just tried a few more times to repo sync.
Everytime I tried the error happens at the same place trying to fetch
cts with the same result 'Cannot fetch cts.' Do you have any other
ideas?
-
|
Posted by
Vishveshwar Bhat
Verified Answer
|
Could you try deleting .repo/projects/cts.git directory and then repo sync again.
---------------------------------------------------------------------------------------------------------
Please click the Verify Answer button on this post if it answers your question.
---------------------------------------------------------------------------------------------------------
-
Many thanks Vish! That did the trick.