标签:net 文件 oba cmd 详细 ber art 文本 global
http://www.jianshu.com/p/e99ed60390a8
http://blog.csdn.net/xuezhisdc/article/details/53130328
注意点:
1:安装hexo时使用cmd不行,要用gitbash完成
2:gitbash里文件路径是/分割而不是\
3:Hexo命令1:hexo new 2:hexo server 3:hexo generate 4:deploy
4:安装deployer : npm install hexo-deployer-git --save
5:githubio的地址的名字要和账号名相同sologgfun
6:使用gitbash
git config --global user.name "你的GitHub用户名"
git config --global user.email "你的GitHub注册邮箱"
ssh-keygen -t rsa -C "你的GitHub注册邮箱"
标签:net 文件 oba cmd 详细 ber art 文本 global
原文地址:http://www.cnblogs.com/cndotabestdota/p/7182496.html