Git: Permission denied (publickey) fatal - Could not read from remote repository. while cloning Git repository

后端 未结 30 2008
青春惊慌失措
青春惊慌失措 2020-12-12 10:10

I am unable to clone a Git repository, and getting this error:

krishna.soni@KRISHNACHANDRAS /c/Projects $ git clone http://stage.abc.com:10088/pqr
http://<         


        
30条回答
  •  隐瞒了意图╮
    2020-12-12 10:49

    You can try adding your ssh key to your private keychain. It worked for me

    ssh-add -K ~/.ssh/[your-private-key]
    

提交回复
热议问题