CentOS部署Git 下载git yum install git 配置git git config --global user.name "Your Name" git config --global user.email "email@example.com" #查看配置是否生效 git config --list github配置ssh密钥 ssh-keygen -t rsa -C "email@com" 正常使用