github单个帐号下创建多个仓库ssh-key怎么配置?
天蓬老师
天蓬老师 2017-05-02 09:38:03
0
1
850

在网搜索了很久,大多数都是不同的git平台或者不同的gitbuh帐号的ssh-key配置方法,我想找的是,一台电脑的情况下,只有一个github帐号,在这个帐户创建了两个项目,比如(一个仓库是自己博客,一个仓库是提交一些自己的代码)要怎么配置ssh-key?

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(1)
漂亮男人

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"
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template