Still requiring login after SSH authentication

后端 未结 4 2356
面向向阳花
面向向阳花 2021-01-30 00:22

I followed everything in the GitHub tutorial: https://help.github.com/articles/generating-ssh-keys

I did all the commands in the directory of my repository. I reached th

4条回答
  •  猫巷女王i
    2021-01-30 00:44

    I tried the answer marked as correct but couldn't make it work. This worked for me instead git remote set-url origin ssh://git@github.com/username/reponame

提交回复
热议问题