As shown in the picture, the solution to this is
git config http.postBuffer 524288000
Then you can force the version to be pushed
But even if GIT BLOG is pushed, it will not be updated
At this time, in fact, as long as hexo d can be forcibly pushed
But I did not configure the deploy remote warehouse in the configure file after hexo init, so the remote did not succeed
-------------As for this problem, my solution is as follows----------------
1. Delete the warehouse and re-create the warehouse
2. Automate git page
3. Then pull it to the local area, perform hexo init, npm install, and then copy the md article
4. hexo clean, hexo g, configure remote deploy warehouse, hexo d
Then just refresh the blog page.
But I still don’t know why a timeout error occurred when pushing a new article today.
I really don’t know what went wrong
As shown in the picture, the solution to this is
git config http.postBuffer 524288000
Then you can force the version to be pushed
But even if GIT BLOG is pushed, it will not be updated
At this time, in fact, as long as hexo d can be forcibly pushed
But I did not configure the deploy remote warehouse in the configure file after hexo init, so the remote did not succeed
-------------As for this problem, my solution is as follows----------------
1. Delete the warehouse and re-create the warehouse
2. Automate git page
3. Then pull it to the local area, perform hexo init, npm install, and then copy the md article
4. hexo clean, hexo g, configure remote deploy warehouse, hexo d
Then just refresh the blog page.
But I still don’t know why a timeout error occurred when pushing a new article today.