hexojs / hexo

A fast, simple & powerful blog framework, powered by Node.js.
https://hexo.io
MIT License
39.48k stars 4.86k forks source link

[Bug] There may be a bug when "hexo d" #2139

Closed ghost closed 7 years ago

ghost commented 8 years ago

step 1: add a file in remote repository and commit. step 2: in my blog folder/..deploy_git, "git pull" step 3: add a post, and "hexo d -g"

log:

[master 999dbc3] Site updated: 2016-09-04 22:38:39
 4 files changed, 4 insertions(+), 9 deletions(-)
 delete mode 100644 README.md
To https://github.com/nolol/nolol.github.io.git
   80cd09e..999dbc3  HEAD -> master
Branch master set up to track remote branch master from https://github.com/nolol/nolol.github.io.git.
INFO  Deploy done: git

the new file has deleted. and ??

NoahDragon commented 8 years ago

Do you still have this issue?