How to set up an Android source repo while hosting the git trees as private repositories on github?
Posted
by gby
on Stack Overflow
See other posts from Stack Overflow
or by gby
Published on 2010-04-21T09:00:33Z
Indexed on
2010/04/21
9:03 UTC
Read the original article
Hit count: 289
Hello there,
I am trying to set up a private repository of Android source code while hosting the git trees on github as private repos.
I have no problem changing the manifest.xml file to point to public git trees hosted on github in the same way that CynagonMod does, but when trying to point to private repos I get the following error when trying "repo sync":
Initializing project username/android_external_webkit ...
fatal: The remote end hung up unexpectedly
error: Cannot fetch username/android_external_webkit
Where username/android_external_webkit is of course a private github repo of the same name.
I understand the error occurs since I did not specify my user name and credentials to github, but I fail to see how to do it in the manifest.xml with repo.
Any ideas?
Thanks! Gilad
© Stack Overflow or respective owner