requirement is like this. I want to deploy the blog to xxx.github.io, but this github only supports placing static pages in master, so I wonder if I can generate static pages in a folder in the src branch and push this folder to master, but git does not allow this.
I executed this code under the src branch git subtree push-- prefix=docs/.vuepress/dist master src
and gave me a hint
fatal: "master" does not appear to be a git repository
fatal: Could not read from remote repository.
so you can"t play like this on master?