I'm trying to run the git rm command but it returns with:
No such file or directory
I tried executing the following commands from the project root directory but none worked:
git rm --cached Videos/video-1.mp4
git rm --cached /Videos/video-1.mp4
git rm --cached ./Videos/video-1.mp4
git rm --cached ~/Videos/video-1.mp4
The file does in fact exist in this folder. I'm using a MacBook.