Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

learngit

learn git

git clone git@github.com:Gzding/learngit.git

SSH 密钥

要安装 OpenSSH 才能使用 ssh,这在 Windows 中默认安装了。

执行下面命令,生成 ssh 密钥【回答yes,其他全回车就行】

1
ssh-keygen -t rsa -C "your_email@example.com"

默认在用户目录下的 .ssh 目录内生成私钥和公钥 id_rsa.pub。