Files not found after git push
Created by: jo-sm
I recently did 4 commits and pushed all of them at once to my Gitlab server. After that push, some files are completely lost and return an error similar to Not Found: /gitlab/root/my-app/blob/9f2cc9da2ee7e6b8d0e7506ce8fc89213b73a442/app/controllers/arrivals_controller.rb
when I visit the files in the web browser.
The files do not show up in older commits or the master branch, which is what I'm working on.
I can pull the files from Gitlab through a git clone
command and I can download them from the repository directly.