search

Home  >  Q&A  >  body text

How to configure ssh-key to create multiple warehouses under a single GitHub account?

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?

天蓬老师天蓬老师2792 days ago864

reply all(1)I'll reply

  • 漂亮男人

    漂亮男人2017-05-02 09:40:03

    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"

    reply
    0
  • Cancelreply