Skip to content

Instantly share code, notes, and snippets.

@shospodarets
Created December 28, 2016 23:34
Show Gist options
  • Save shospodarets/f300a5f804f62e37392864ce2f0b733c to your computer and use it in GitHub Desktop.
Save shospodarets/f300a5f804f62e37392864ce2f0b733c to your computer and use it in GitHub Desktop.
Push failed: Failed with error: unable to access 'https://github.com/USERNAME/REPO.git/': The requested URL returned error: 403
https://help.github.com/articles/changing-a-remote-s-url/
$ vim .git/config
change:
https://github.com/USERNAME/OTHERREPOSITORY.git
to:
git@github.com:USERNAME/OTHERREPOSITORY.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment