简体   繁体   中英

Git clone permission denied

Trying out the new cloud9ide and I managed to get RHC installed for openshift and went through the setup uploaded the ssh key. I'm now trying to git clone my project but I'm getting permission errors.

Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
fatal: Could not read from remote repository

Any idea on how to resolve this?

Most likely you need to turn on username/password authentication in git. Edit your ~/.gitconfig (eg, with nano), and remove the line that says "askpass = /bin/echo".

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