常用git命令 全局变量设置 git config --global user.name "kaze8888" git config --global user.email "[email protected]" 生成ssh ssh-keygen -t rsa -C "你的邮箱" 查看ssh ca