Download method github project

method one:

1. Open cmd local directory to the directory of the file to be received

2. Run the download command

git clone url
e.g:git clone https://github.com/ildoonet/tf-pose-estimation

 

 

 

 

1, create a file in the right line window open letter local desktop or Git bash command folder to store downloadable content:

 

 

 

2, the local directory become local git repository (local .git create manageable warehouse): git init

 

 

 

 

3, add a remote repository, to add a new remote repository, you can specify a simple name, for future reference, run
format: git remote add origin + url

 

 

4, to get to see all the projects under the directory: git remote -v

 

 

 

5, the code downloaded to the local: git clone + url

 

 

6, and finally back to the corresponding folder to check whether the download was successful:

 

 

 

Guess you like

Origin www.cnblogs.com/StarZhai/p/12009000.html