确保该目录存在:~/.ssh,因为生成的key文件会保存在该目录下面
1. git config –global user.name “用户名”
2. git config –global user.email “注册邮箱”
3. ssh-keygen -t rsa -C “注册邮箱”
4. cat id_rsa.pub
配置oschina的ssh
最新推荐文章于 2024-11-15 06:58:32 发布
确保该目录存在:~/.ssh,因为生成的key文件会保存在该目录下面
1. git config –global user.name “用户名”
2. git config –global user.email “注册邮箱”
3. ssh-keygen -t rsa -C “注册邮箱”
4. cat id_rsa.pub