esrlabs / git-repo

repo - The multiple repository tool (also works on MS Windows!)
https://code.google.com/p/git-repo/
Apache License 2.0
432 stars 145 forks source link

"fatal: manifest 'default.xml' not available" when exec repo init #66

Open tooyangtoonaive opened 7 years ago

tooyangtoonaive commented 7 years ago

repo init -u xxxxxxx -b 7.0_trunk_k44

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

archersmind commented 6 years ago

Did you try to use -m option to specify xml file in command line like:

repo init -u xxxxxxx -b 7.0_trunk_k44 -m versioned.xml
m4grio commented 6 years ago

You are prolly' missing something –if not all– in the <default> tag – I had the same issue which I solved adding it as:

    <default revision="master" remote="origin"/>
lhb11 commented 5 years ago

Solved? I also encountered the same problem on the win10 environment

AronJudge commented 1 year ago

Solved? I also encountered the same problem on the ubuntu environment

xiao-ye66 commented 1 year ago

Solved? I also encountered the same problem on the ubuntu environment