Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: stop venv 
Shell :: doom emacs 
Shell :: install npm and node on ubuntu 
Shell :: install youtube-dl ubuntu 
Shell :: git remanme folder 
Shell :: install wordpress on ubuntu 20.04 
Shell :: linux auto suspensd stop 
Shell :: Cannot make for rpm, the following external binaries need to be installed: rpmbuild 
Shell :: command not found: yarn 
Shell :: github activity graph 
Shell :: push to specific remote branch 
Shell :: linux create user with home directory 
Shell :: how to make a shell in c for beginners 
Shell :: error during global initialization mongodb 
Shell :: how to kill a process with linux 
Shell :: to import sass files you first need to install node-sass. react 
Shell :: ionic cordova sign apk 
Shell :: update linux ubuntu 
Shell :: pnpm install dev 
Shell :: check vm ram details in linux 
Shell :: how to enable remote desktop with cmd 
Shell :: linux commad to show directories 
Shell :: git github private fatal repository not found 
Shell :: powershell webrequest 
Shell :: functions in linux 
Shell :: git ignore except 
Shell :: bin/magento command not found 
Shell :: login to github terminal 
Shell :: how to install deb file in kali linux 
Shell :: vscode safe mode 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =