Last active
July 28, 2021 18:49
-
-
Save ademuanthony/5a5ec8ff7b72118014d2ffeea9099409 to your computer and use it in GitHub Desktop.
Setup github's personal access token on the command line
This file contains 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
Add your access token enviroment variable with a name, e.g. GITTOKEN | |
cd project-folder | |
git remote set-url origin https://username:[email protected]/usernane/repo-name.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment