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、服务器克隆文件

原文地址:https://www.cnblogs.com/liudieluo/p/12017168.html