开发者

Is SSH public key need to be the same each time I do push/pull with git repository?

开发者 https://www.devze.com 2022-12-26 01:10 出处:网络
I am just started using Git, so I apologize if it is a newbie question. I am using two different machines to commit c开发者_Python百科hanges to remote Git repository on github.com. Do I need to use th

I am just started using Git, so I apologize if it is a newbie question.

I am using two different machines to commit c开发者_Python百科hanges to remote Git repository on github.com. Do I need to use the same SSH public key (the one I mentioned for my repository on Github)?


No -- if you go to your GitHub accounts page, you can add as many SSH public keys as you want.

0

精彩评论

暂无评论...
验证码 换一张
取 消