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

"repo init -u" fails

Open wkevils opened this issue 8 years ago • 1 comments

Hello, I am following the instructions in: https://github.com/Juniper/contrail-vrouter/blob/master/README.md

In the section: "building vrouter.ko for a specific OS" It says: ... Initialize the repository $ repo init -u [email protected]:Juniper/contrail-vnc -m vrouter-manifest.xml ...

So I tried on two machines, which are not running any firewall or behind a firewall, both running fedora 22, the following command:

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

And it fails with: Getting repo ... ... ... info: Ignoring branch 'master'; using tagged release 'v1.7.3.1'

Getting manifest ... form [email protected]:Juniper/contrail-vnc

Permission denied (publickey). Permission denied (publickey). fatal: could not read from remote repository.

Please make sure you have the correct access rights and the repository exists. fatal: cannot obtain manifest [email protected]:/Juniper/contrail-vnc

Any ideas what can be the reason ?; I want to add 2 things: I got the "repo" that I am using by: git clone https://android.googlesource.com/tools/repo Please let me know if using "repo" from this URL is not correct Kevin

wkevils avatar Aug 07 '16 10:08 wkevils