Closed jcrivenaes closed 3 years ago
Last merge failed due to workflow action
git rm * fatal: pathspec '*' did not match any files
Solution
git rm -rf * --ignore-unmatch
Ok, but it seems strange that the git rm * should fail, because there should always be files there.
git rm *
Last merge failed due to workflow action
Solution
git rm -rf * --ignore-unmatch