After some pulling changes from server.
I can not any more push
anything no matter if I try these:
git push
orgit pull
orgit merge
orgit rebase origin/master
orgit reset --hard
It always says...
fatal: cannot create directory at /root/wp-content/cache/page_enhanced/....
No such a file or directory`
Even when I create new clean repository and clone
, it still gets same error.
How I can solve this?
Any way this is some cache directory and I don't really need it, how to drop or ignore it?