一次向github开源项目提交自己的代码(pr)的详细步骤:
作者:互联网
无意间看到一个类似redis的项目:rosedb。之前一直想自己写点轮子,一直没有行动,可能是现有的轮子用的太舒服了,没有动力去实现一个新的轮子。 先在别人的项目上提交点代码吧。
将linux开发机的公钥添加到github的白名单中:
创建rsa密钥对:
root@ubuntu:~/rosedb# ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/root/.ssh/id_rsa):
/root/.ssh/id_rsa already exists.
Overwrite (y/n)? y
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your ident
标签:pr,github,rsa,开源,ssh,passphrase,Enter,轮子,root 来源: https://blog.csdn.net/jacky128256/article/details/118437633