Last active
May 15, 2017 20:16
-
-
Save benjamincharity/3420507 to your computer and use it in GitHub Desktop.
Fix the github auth issue where it asks for permissions every push/pull.
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
// Step 1. | |
// this returns some useful information which will help you fill out the next command. | |
// look for the line that begins with "remote.origin.url". | |
$ git config -l | |
// Step 2. | |
// use the information from step one to replace 'your_username' and 'your_project'. | |
$ git config remote.origin.url [email protected]:your_username/your_project.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment