did you check your spelling ?
try copying the file name instead of writting it,
you can also add files by entering : " git add ." , this will add all the files that are untracked.
Oh, haha, I’m dumb. I thought I only had to be in the repo folder, and not in the actual folder to add, since I’ve always been able to git add -A, and everything else, from the main folder. I also realized there’s a space in one of the folder names, which is why copying and pasting the file path didn’t work either. Once I put that folder in quotes, that worked as well. @ArielLeslie you were right afterall