unable to get SSH keys working between sourcetree and github

前端 未结 4 1264
忘掉有多难
忘掉有多难 2020-12-29 03:22

I was able to create a key and connect to github following these instructions via the command prompt successfully:

https://help.github.com/articles/generating-ssh-ke

4条回答
  •  再見小時候
    2020-12-29 03:54

    For Sourcetree on MacOS I had to change from OAuth to Basic authentication, use "git" as the username (not my GitHub username), and generate the SSH key and input it into GitHub. Only then could I clone a GitHub repo via SSH in Sourcetree.

提交回复
热议问题