SyntaxFix
Write A Post
Hire A Developer
Questions
The problem may be caused by the order of operation. If you modified the .gitignore first, then git rm --cached xxx,you may have to continue to encounter this problem.
Correct solution:
Order invariant!
The .gitignore reload after modification!