Open GoogleCodeExporter opened 8 years ago
Is there any solution for this?
Fetching project android/platform/external/jmdns
error: Cannot fetch android/platform/external/jmdns
error: Exited sync due to fetch errors
Original comment by rasal.n...@gmail.com
on 30 Oct 2015 at 10:04
I have the same issue. If the remote uses https protocol (i.e. https://android.googlesource.com/platform/manifest), clone depth and sha1 revision work together like a charm. However, if the remote uses ssh protocol, I get this error.
From what I've seen, it appears the issue is in the remote's version of git. When the remote machine has git version 2.7.4, we fail to download the source. Downgrading git to v2.17.1, all is peachy.
Interestingly, git fetch -v --depth 1 origin <SHA-1>
fails. git fetch -v --depth 1 origin <branch>
works.
Original issue reported on code.google.com by
blake.ar...@intersection.com
on 1 Oct 2015 at 5:04