Nothing to commit, working tree clean cannot be updated.

after hexo builds blog updates, git d-g shows nothing to commit, working tree clean, and then cannot be updated.
I have made changes in the file and am ready to submit the update, but what is displayed is nothing to commit, working tree clean, and then cannot be updated.

Jun.21,2022

the post is over.
delete the deploy.


it is possible that there is an error in the configuration file. You can first hexo clean , and then hexo g to see if the error is reported.
or the current directory is not your hexo directory?


execute git add file name / folder or git add-- all add your changes to the tracking list, and then execute git commit 'xxx'


Visual examination did not perform git add submit the modified article to the staging area

Liao Xuefeng git: manage changes

isn't the hexo update uploaded by hexo generate to generate static files and then hexo deploy to deploy the website? I remember not using git add git commit git push


upstairs @ intoxicated answer

  

what do you mean, delete the deploy. I don't quite understand how you operate it.

Menu