Answers for "login to github vscode using personal access tokens"

0

login to github vscode using personal access tokens

Set the current directory to your Project root

> cd <project-folder>

Run the command to set remote access via token
> git remote set-url origin https://<username>:<personal-access-token>@github.com/<username>/<repository-name>.git

Example:

> git remote set-url origin https://sampleuser:a7b19929***[email protected]/sampleuser/sampleproject.git
Posted by: Guest on October-21-2021

Code answers related to "login to github vscode using personal access tokens"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language