装了git、node.js、hexo之后,在hexo目录打开,执行:
$ git config --global --add safe.directory xxx/hexo/.deploy_git
$ git config --global --user.email "xx@xx"
$ git config --global --user.name "xx"
就行了。之后执行 hexo deploy 的话git就会自动弹出来登陆。
装了git、node.js、hexo之后,在hexo目录打开,执行:
$ git config --global --add safe.directory xxx/hexo/.deploy_git
$ git config --global --user.email "xx@xx"
$ git config --global --user.name "xx"
就行了。之后执行 hexo deploy 的话git就会自动弹出来登陆。