You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
Permission denied (publickey).
Permission denied (publickey).
fatal: could not read from remote repository.
That's the error there.
Are you able to authenticate to github with ssh generally?
If you have set up ssh keys with github already, try running ssh [email protected] (no -i flag).
Sometimes the keys can't be found, e.g. if you're running tmux inside an ssh session. Or you're doing ssh without agent forwarding.
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
The text was updated successfully, but these errors were encountered: