git生成ssh公钥和本地配置
ssh公钥生成 ssh-keygen
设置邮箱账号
git config --global user.email "you@example.com"
设置码云昵称
git config --global user.name "Your Name"
ssh公钥生成 ssh-keygen
设置邮箱账号
git config --global user.email "you@example.com"
设置码云昵称
git config --global user.name "Your Name"