一次向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
上一篇:Windows系统下Memcached缓存系列二:CouchbaseClient(c#客户端)的详细试用,单例模式


下一篇:vue中的过渡css