macos设置git
git config --global user.name "x'x'x"
git config --global user.email "xxxx@qq.com"
生成秘钥ssh-keygen -t rsa -C "xxx@qq.com"
然后到生成秘钥的目录下打开秘钥文件复制到github里的ssh
git config --global user.name "x'x'x"
git config --global user.email "xxxx@qq.com"
生成秘钥ssh-keygen -t rsa -C "xxx@qq.com"
然后到生成秘钥的目录下打开秘钥文件复制到github里的ssh