首页 > 代码库 > 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 钥匙
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远程获取-命令
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。