benjamincharity
8/21/2012 - 11:40 PM

Fix the github auth issue where it asks for permissions every push/pull.

Fix the github auth issue where it asks for permissions every push/pull.

    // 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 git@github.com:your_username/your_project.git