Skip to content

Instantly share code, notes, and snippets.

View michaelDovgal's full-sized avatar
:octocat:
I'm an octocat

Michael Dovgal michaelDovgal

:octocat:
I'm an octocat
View GitHub Profile
@nicolanrizzo
nicolanrizzo / ssh_error_fix.sh
Last active April 17, 2018 09:33
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