git пытается загрузить уже удаленный файл вручную

Я добавил файл в свой старый коммит и, не нажимая этот коммит, затем удалил этот файл из директории. После этого я сделал больше изменений и добавил больше коммитов, и теперь каждый раз, когда я пытаюсь нажать на код, я сталкиваюсь с этой ошибкой, когда делаюgit push -u origin master

Counting objects: 58, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (58/58), done.
Writing objects: 100% (58/58), 197.83 MiB | 370.46 MiB/s, done.
Total 58 (delta 44), reused 0 (delta 0)
remote: Resolving deltas: 100% (44/44), completed with 10 local objects.
remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.
remote: error: Trace: 7db8d77e8595ae0da9cc34aa2ab1c4d0
remote: error: See http://git.io/iEPt8g for more information.
remote: error: File public/uploads.zip is 197.85 MB; this exceeds GitHub's file size limit of 100.00 MB
To https://github.com/repo-name
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://github.com/repo-name'

Упомянутый файлuploads.zip был удален ранее вручную. так что этот файл не существует в директории.

Когда я делаюgit log origin/master..master я даже не вижу файл в списке.

Вот результатgit status ссылка на сайт

Ответы на вопрос(1)

Ваш ответ на вопрос