Comments
Sort by recent activity
I changed the passwords as recommended and received the following error. Unable to push. This may be because a reference that you are trying to update on the remote contains commits that are not present locally. Try to pull from the Get Latest tab and try again. To https://url.../production-app.git
! [rejected] dev -> dev (fetch first) error: failed to push some refs to 'https:url.../production-app.git' hint: Updates were rejected because the remote contains work that you do hint: not have locally. This is usually caused by another repository pushing hint: to the same ref. You may want to first integrate the remote changes hint: (e.g., 'git pull ...') before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details. I tried to get latest changes and told there were no changes to pull. Then, I tried pushing my existing changes to the remote repository and received another message. Error message is git exited with code: 1
[KWriting objects: 100% (34/34), 6.18 KiB | 421.00 KiB/s, done.
Total 34 (delta 17), reused 0 (delta 0)
remote: GitLab: You are not allowed to push code to protected branches on this project.
To https://url.../production-app.git
! [remote rejected] dev -> dev (pre-receive hook declined)
error: failed to push some refs to 'https://url.../production-app.git'
Any suggestions? / comments
I changed the passwords as recommended and received the following error.Unable to push. This may be because a reference that you are trying to update on the remote contains commits that are not pre...