$ git clone https://github.com/xaoxuu/hexo-theme-stellar.git themes/stellar
$ npm install hexo-renderer-pug –save
$ npm install hexo-renderer-sass –save

hexo clean
hexo generate
hexo server

git config –global user.name “wcl0755bigdata”
git config –global user.email “wcl0755@gmail.com
ssh-keygen -t rsa -b 4096 -C “wcl0755@gmail.com
ssh-add d:\doc\id_rsa
eval “$(ssh-agent -s)”

ssh-add d:/doc/id_rsa

$ clip < ~/.ssh/id_rsa.pub

Copies the contents of the id_rsa.pub file to your clipboard

//http || https 代理
git config –global http.proxy 127.0.0.1:7890
git config –global https.proxy 127.0.0.1:7890

//sock5代理
git config –global http.proxy socks5 127.0.0.1:7891
git config –global https.proxy socks5 127.0.0.1:7891