1. git config --global user.name "HuoWei" 用户名
2. git config --global user.email "[email protected]" 邮箱
3. ssh-keygen -t rsa -C "[email protected]" ssh 钥匙
4. git clone +github上的网址+要设定的文件名 获取下载远程
$ git clone https://[email protected]hub.com/gogojimmy/Animal.git monkey
时间: 2024-11-03 05:32:57