基本概念 工作区 暂存区 版本库 授权 设置用户名和邮箱 $ git config --global user.email "developer@xxcheng.cn" $ git config --global user.name "xxcheng" 生成Key $ ssh-keygen -t rsa -C "developer@xxcheng.cn" 将id_rsa.pub

- 阅读全文 -