Remote: GitLab: API is not accessible when trying to push commit

I have a new commit that I am trying to push to my repo and I keep getting this error. I did some searching and found that git push -u origin branch_name might fix it but it didn’t.

$ git push -u origin develop
Counting objects: 32892, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (32892/32892), done.
Writing objects: 100% (32892/32892), 2.83 GiB | 391.00 KiB/s, done.
Total 32892 (delta 17971), reused 0 (delta 0)
remote: Resolving deltas: 100% (17971/17971), completed with 20 local objects.
remote: GitLab: API is not accessible
To git@gitlab.com:huntergaming/mine-seeker.git
! [remote rejected] develop -> develop (pre-receive hook declined)
error: failed to push some refs to ‘git@gitlab.com:huntergaming/mine-seeker.git’

Can anyone tell me what is going on?

Anyone have any ideas on what could be causing this?