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

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

    It looks like a permissions issue - not a Windows 7 issue.

    Your ssh key is not authorised - Permission denied (publickey).

    You need to create a public ssh key and ask the administrator of the Git repository to add the ssh public key

    Information on how to do this: Saving ssh key fails

提交回复
热议问题