首页 > 代码库 > git远程获取-命令

git远程获取-命令

 1. git config --global user.name "HuoWei"                                                 用户名

2. git config --global user.email "wei.huo@ichezheng.com"                          邮箱

3. ssh-keygen -t rsa -C "wei.huo@ichezheng.com"  ssh                               钥匙 
 
4. git clone +github上的网址+要设定的文件名                                              获取下载远程
$ git clone https://gogojimmy@github.com/gogojimmy/Animal.git monkey

git远程获取-命令