1.全局配置
1 | git config --global user.name ** |
2.密钥生成
1 | ssh-keygen -t rsa -b 4096 -C ***@qq.com |
3.远程仓库连接
1 | git remote rm origin |
1.全局配置
1 | git config --global user.name ** |
2.密钥生成
1 | ssh-keygen -t rsa -b 4096 -C ***@qq.com |
3.远程仓库连接
1 | git remote rm origin |