git配置

https://www.cnblogs.com/alwayswyy/p/5674635.html

git config --global -l

git config --global user.name "test"
git config --global user.email "test@gmail.com"

cd ~/.ssh
ssh-keygen -t rsa -C "test@gmail.com"

欢迎指正:haizi2014@qq.com
原文地址:https://www.cnblogs.com/hcfan/p/11286235.html