Refference to the question here.
I copy the manifest.xml
to .repo
and type:
repo init -m ./.repo/manifest.xml
And it does not work:
jack $ repo init -m ./.repo/manifest.xml
fatal: manifest url (-u) is required.
I do provide manifest.xml. What is wrong?
Here's what I did to make this work locally.
I moved manifest.xml to a separate location like ~/mymanifest/manifest.xml
I made that directory git-enabled by doing
cd ~/mymanifest
git init
git add manifest.xml
git commit -m "My local manifest"
Then I simply had to do repo init -u ~/mymanifest/
which worked in loading up the local manifest like it should!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With