When the server is missing files (due to a bug or migrating to new server or probably other reasons), it's my understanding that git lfs push --all will fix it. Problem is my attempts to run that result in open /Users/andyvn22/Desktop/lfs-testing/LFS Testing/IrisApplication.png: no such file or directory, where IrisApplication.png is an old file I deleted several commits ago, and the missing files are not uploaded to the server. Shouldn't the rest of the command complete, and why is it searching for that no-longer-existent file anyway?