Skip to content

Instantly share code, notes, and snippets.

@sangdth
Created June 20, 2022 02:53
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 sangdth/4021c34a6f0a6e28864ce4335aa05f20 to your computer and use it in GitHub Desktop.
Save sangdth/4021c34a6f0a6e28864ce4335aa05f20 to your computer and use it in GitHub Desktop.
ssh-add

Still don't know why I have to do this once in a while

Error message:

# Access denied.
# fatal: Could not read from remote repository.

# Please make sure you have the correct access rights
# and the repository exists.

Add it again

ssh-add --apple-use-keychain ~/.ssh/id_ed25519_github   # My case is github3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment