permission denied (publickey) Error using git on windows 7

后端 未结 15 1938
暖寄归人
暖寄归人 2021-01-29 22:35

When I want to push to github with this command

git push origin master

I got this

Permission denied (publickey).
fatal: The rem         


        
15条回答
  •  闹比i
    闹比i (楼主)
    2021-01-29 22:51

    I solved a similar problem by adding a System Environment Variable. The key was that I am pointing to the git.exe inside the cmd folder

    name: GIT
    value: C:\Program Files (x86)\Git\cmd\git.exe

提交回复
热议问题