Skip to content

Instantly share code, notes, and snippets.

@jriverac
Created October 3, 2022 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jriverac/92c291daa3eb50c9b3b7b10b2aa840e1 to your computer and use it in GitHub Desktop.
Save jriverac/92c291daa3eb50c9b3b7b10b2aa840e1 to your computer and use it in GitHub Desktop.
A few times in the past I have faced Sourcetree telling me that it can’t authenticate to Github. This is a very annoying and inconvenient issue raised by the Authentication Client not providing credentials. I still can perform most of my git tasks by memory but it annoys me since I rather have an UI for Git work. This line of code fixes the issue:
ssh-add <key_file>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment