How to configure ssh-key to create multiple warehouses under a single GitHub account?
天蓬老师
天蓬老师 2017-05-02 09:38:03
0
1
863

I have searched the Internet for a long time, and most of them are ssh-key configuration methods for different git platforms or different gitbuh accounts. What I want to find is that in the case of a computer, there is only one github account. In this account I have created two projects, for example (one warehouse is my own blog, and the other warehouse is to submit some of my own code). How do I configure 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