设置
下载
npm install -g cnpm --registry=http://registry.npm.taobao.org
cnpm install -g hexo-cli
cd ../..
start E:\Git\git-bash.exe
exit
设置
cd ../e/blog
git config --global http.sslVerify false
git config --global --unset http.proxy
git config --global --unset https.proxy
git config --global http.postBuffer 2147483648
cnpm install --save hexo-deployer-git
git lfs install
git config --global user.email "2054247998@qq.com"
git config --global user.name "WolfDeer62456"
hexo cl && hexo s