git配置

git客户端配置

git config --global user.name "xxx"
git config --global user.email xxx@qq.com
ssh-keygen -o
原文地址:https://www.cnblogs.com/huameixiao/p/13406968.html