contrail-vrouter icon indicating copy to clipboard operation
contrail-vrouter copied to clipboard

repo init fails, manifest.xml not found

Open mdavis-xyz opened this issue 6 years ago • 1 comments

I am unable to download the repo using repo.

Unlike the other issues raised about repo init, my issue is not ssh authentication. ssh [email protected] works for me.

I'm a bit unfamiliar with repo, I mostly use normal git. The README is not very clear. I'm not sure whether I'm supposed to git clone before repo init .... Either way it fails.

Method 1

repo init -u [email protected]:Juniper/contrail-vnc -m vrouter-manifest.xml

Result:

fatal: manifest 'vrouter-manifest.xml' not available
fatal: manifest vrouter-manifest.xml not found

Method 2

git clone https://github.com/Juniper/contrail-vrouter.git
cd contrail-vrouter
repo init -u [email protected]:Juniper/contrail-vnc -m vrouter-manifest.xml

Same error message

How can I download the code?

Once I find out, I'll create a pull request for the README. It's currently underwhelming.

mdavis-xyz avatar Jan 15 '19 05:01 mdavis-xyz