无意间看到一个类似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