github克隆私有仓库
1.先配置ssh密钥
https://blog.csdn.net/weixin_30699955/article/details/97549402
2. 使用以下命令clone
git clone https://用户名:密码@github.com/用户名/仓库名.git
git clone https://zhangsan:123456@github.com/Zhangsan/springboot-demo.git
1.先配置ssh密钥
2. 使用以下命令clone
git clone https://用户名:密码@github.com/用户名/仓库名.git
git clone https://zhangsan:123456@github.com/Zhangsan/springboot-demo.git