在网搜索了很久,大多数都是不同的git平台或者不同的gitbuh帐号的ssh-key配置方法,我想找的是,一台电脑的情况下,只有一个github帐号,在这个帐户创建了两个项目,比如(一个仓库是自己博客,一个仓库是提交一些自己的代码)要怎么配置ssh-key?
欢迎选择我的课程,让我们一起见证您的进步~~
One is enough. SSH is an encrypted transmission method and has nothing to do with the size of the project. How to generate ssh-key
$ ssh-keygen -t rsa -C "your email"
One is enough. SSH is an encrypted transmission method and has nothing to do with the size of the project.
How to generate ssh-key