Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR 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
Source by docs.github.com #
 
PREVIOUS NEXT
Tagged: #github #clone #private #repo
ADD COMMENT
Topic
Name
5+9 =