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

后端 未结 30 1981
青春惊慌失措
青春惊慌失措 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:38

    I had the same error. My solution was to logout and login again as my ssh-agent had become out of sync with the remote ssh key.

    Adding this here just in case anyone has seen that the other answers don't seem to apply to their situation.

提交回复
热议问题