我有为gitlab提供的开发者访问权限。我无法执行任何类型的"推送"对远程原点的操作。是否创建新的本地分支并尝试推送它或对现有本地分支进行更改并推送它。有什么建议或见解吗?
以下是我推送后立即收到的错误消息:
remote: git: /softwares/gitlab-5.2.1-0/common/lib/libcrypto.so.1.0.0: no version information available (required by git)
remote: /softwares/gitlab-7.3.2-0/ruby/lib/ruby/gems/2.0.0/gems/bundler-1.7.0/lib/bundler/runtime.rb:222: warning: Insecure world writable dir /opt in PATH, mode 040777
remote: GitLab: You are not allowed to access some of the refs!
Pushing to http://10.200.10.66:90/yes/someservice.git
To http://10.200.10.66:90/yes/someservice.git
! [remote rejected] some_branch -> some_branch(pre-receive hook declined)
error: failed to push some refs to 'http://10.200.10.66:90/yes/someservice.git'
Completed with errors, see above.