Created
December 28, 2016 23:34
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://help.github.com/articles/changing-a-remote-s-url/ | |
$ vim .git/config | |
change: | |
https://github.com/USERNAME/OTHERREPOSITORY.git | |
to: | |
[email protected]:USERNAME/OTHERREPOSITORY.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment