This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ git filter-branch --index-filter 'git rm -r --cached c:/xampp/htdocs/LiveMusicProject/wp-content/themes/LMPTheme' --prune-empty | |
| Rewrite ad3c6793df08933e1d185a6887badbec6dd40d09 (1/137)fatal: 'c:/xampp/htdocs/ | |
| LiveMusicProject/wp-content/themes/LMPTheme' is outside repository | |
| index filter failed: git rm -r --cached c:/xampp/htdocs/LiveMusicProject/wp-content/themes/LMPTheme | |
| rm: cannot remove `c:/xampp/htdocs/LiveMusicProject/.git-rewrite/revs': Permission denied | |
| rm: cannot remove directory `c:/xampp/htdocs/LiveMusicProject/.git-rewrite': Directory not empty |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment