Tag Archives: Tips

The solution of error: splash failed in hexo

Problem Description:

First, there are errors:
error: splash failed... and then the following problems will appear after some blog operations:
fatal: cannot lock ref 'head': unable to resolve reference head: invalid argument error: SRC refspec or:
error: SRC refspec head does not match any. and so on

To sum up:
most of the problems are caused by git changing some . Deploy when push or hexo d _ Git file.

terms of settlement:

    delete . Deploy_ Git folder; Enter git config -- global core.autocrlf false and then execute:
    hexo clean
    hexo g
    hexo d in turn

    Problem solving. Violence is direct and effective.