Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

github how to clone private repo


1.Generate new token -> https://github.com/settings/tokens
2.$ git clone https://github.com/username/repo.git
Username: your_username
Password: your_token
Comment

git clone private repo

git clone https://user:TOKEN@github.com/username/repo.git
Comment

git clone private repo

git clone https://strafe:mygithubpassword@github.com/strafe/project.git
Comment

PREVIOUS NEXT
Code Example
Shell :: windows how to kill localhost:3000 
Shell :: force install deb file 
Shell :: remove directory from git without deleting 
Shell :: powershell trim trailing spaces 
Shell :: on hotspot and wifi at the same time arch linux 
Shell :: linux remove environment variable 
Shell :: how to backup db mysql from cli 
Shell :: change user:dir to linux dir/file 
Shell :: how to host angular on github 
Shell :: how to upgrade julia 
Shell :: notepad++ alternative 
Shell :: scp bash command 
Shell :: make a new branch git 
Shell :: change commit message git 
Shell :: git a clean history 
Shell :: remove icon from desktop ubuntu 
Shell :: zip file linux 
Shell :: bootar pendrive linux 
Shell :: what is my ip address ? 
Shell :: how to make makefile 
Shell :: npm user install packages 
Shell :: start docker image 
Shell :: materila ui 
Shell :: copy to clipboard while ssh into another terminal 
Shell :: linux execute sh 
Shell :: merge branch to master 
Shell :: git pull origin main 
Shell :: write a script to shutdown at a time in linux 
Shell :: git fetch 
Shell :: uninstall awesome window manager ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
8+4 =