下载安装 进入官网下载即可,选择对应的系统。 简单配置 git config --global user.name "username" git config --global user.email "xxxxx@xxxxx.com" 设置SSH ssh-keygen -t rsa -C "xxxxx@xxxxx.com" cat ~/.ssh/id_rsa.pub 提交代码