git config --global user.name "username"
git config --global user.email "邮箱地址"
ssh-keygen -t rsa -C "1264331404@qq.com"
cat ~/.ssh/id_rsa.pub
码云,设置,SSH公钥,添加公钥
ssh -T git@gitee.com
git config --global user.name "username"
git config --global user.email "邮箱地址"
ssh-keygen -t rsa -C "1264331404@qq.com"
cat ~/.ssh/id_rsa.pub
码云,设置,SSH公钥,添加公钥
ssh -T git@gitee.com