简体   繁体   中英

How can I locally clone opneshift application or clone it to git

Command:

git clone ssh://56e441dasfasfasfas341d000061@aw2d1164-atpict.rhcloud.com/~/git/age345.git/

Error:

Cloning into 'awsd007'...

Permission denied (publickey,gssapi-keyex,gssapi-with-mic).

fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

What's that and how to fix it?

It seems you didn't create a ssh key , check this website for more information:

https://help.github.com/articles/connecting-to-github-with-ssh/

Also its probably better and easier if you use https intsead of ssh

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM