git 常用命令。创建 SSH Key$ ssh-keygen -t rsa -C "youremail@example.com"
配置用户信息$ git config --global user.name "
2020-05-01