-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"fatal: manifest 'default.xml' not available" when exec repo init #66
Comments
Did you try to use
|
You are prolly' missing something –if not all– in the <default revision="master" remote="origin"/> |
Solved? I also encountered the same problem on the win10 environment |
Solved? I also encountered the same problem on the ubuntu environment |
1 similar comment
Solved? I also encountered the same problem on the ubuntu environment |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
repo init -u xxxxxxx -b 7.0_trunk_k44
fatal: manifest 'default.xml' not available
fatal: error parsing manifest D:\workspace\7.0_trunk.repo\manifests\default.xml: syntax error: line 1, column 0
I found something.
ls -l .repo/manifests/default.xml
-rw-r--r-- 1 ZC 1049089 21 七月 28 10:43 .repo/manifests/default.xml
cat .repo/manifests/default.xml
7.0_trunk_k44
default.xml is not a symbollink
OS is win7 x64
The text was updated successfully, but these errors were encountered: