github上克隆私有项目

查看更多资源

1. git 常规克隆

git clone https://github.com/yuedu/website.git  projectName

2. git克隆私有项目

git clone https://github-username:github-password@github.com/yuedu/website.git

clone的时候,在https://后面先加上github-username:github-password,再@项目的链接就可以正常的把项目clone下来,这是相对比较简单的clone自己的私人项目的方法。


版权声明:本文为qq_36718999原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。