Git 配置 May 20, 2021 • Maxwell-L 配置用户、邮箱 global config --global user.name your_username global config --global user.email "your_email" 生成密钥 ssh-keygen -o 查看公钥 cat ~/.ssh/id_rsa.pub