【发布时间】:2011-12-20 15:08:37
【问题描述】:
当我尝试推送我已提交的更改时,我收到以下错误...
git.exe push -v --progress "origin" iteration1:iteration1
remote: *********************************************************************
To ssh://git@mycogit/cit_pplus.git
! [remote rejected] iteration1 -> iteration1 (pre-receive hook declined)
error: failed to push some refs to 'ssh://git@mycogit/cit_pplus.git'
发生了什么事?
【问题讨论】:
-
pre-receive hookon mycogit 中有什么?
-
你不会试图将大文件推送到 github 吧?
-
仅供参考:今天我所有的同事都收到了这个错误消息,最终我们决定重新启动我们的存储服务器,它神奇地得到了修复。我们不知道问题到底是什么。
-
首先,您应该检查您的分支权限或白名单。
标签: git