Git配置用户名和邮箱

一、git配置提交用户名和邮箱

  1. git config user.name "zhengyong"  
  2. git config user.email 'zyongjava@163.com' 

二、生成公钥私钥

  1、ssh-keygen -t rsa -C "....@qq.com"

原文地址:https://www.cnblogs.com/ssfs/p/6675323.html