git安装配置
1、
git config --global user.name “suimozzz” //绿色部分为GitHub用户名
git config --global user.email "suimozzz@xxx.com" //这里用GitHub的注册邮箱
2、生成私钥
ssh-keygen -t rsa -C "suimozzz@xxx.com"
3、服务器克隆文件
1、
git config --global user.name “suimozzz” //绿色部分为GitHub用户名
git config --global user.email "suimozzz@xxx.com" //这里用GitHub的注册邮箱
2、生成私钥
ssh-keygen -t rsa -C "suimozzz@xxx.com"
3、服务器克隆文件