Horje
login to github vscode using personal access tokens Code Example
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***58fe65d1c@github.com/sampleuser/sampleproject.git




Shell

Related
echo date in bash Code Example echo date in bash Code Example
switch to a different remote branch git Code Example switch to a different remote branch git Code Example
pyinstaller Code Example pyinstaller Code Example
visual studio code ubuntu Code Example visual studio code ubuntu Code Example
find the size of file in linux Code Example find the size of file in linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9