Hello,
I’ve been using GitLab to write an iOS app. I’ve successfully pushed to the repository many times. Today I had a merge conflict for the first time, which I resolved. But since then, I get this error every time I try to push anything:
remote: GitLab: Failed to authorize your Git request: internal API unreachable
To https://git.seedup.de/“myRepository.git”
! [remote rejected] test -> test (pre-receive hook declined)
error: failed to push some refs to ‘https://git.seedup.de/“myRepository.git”’
Can anyone tell me what this means/how I can resolve it? I’d really appreciate the help.