Skip to content

Instantly share code, notes, and snippets.

@nicolanrizzo
Last active April 17, 2018 09:33
Show Gist options
  • Save nicolanrizzo/8384a9450503b843199b63fecc4d2152 to your computer and use it in GitHub Desktop.
Save nicolanrizzo/8384a9450503b843199b63fecc4d2152 to your computer and use it in GitHub Desktop.
How to Resolve GitHub's, GitLab's, BiBucket's "Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights"
ssh-agent -s
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment