0
這可能是一個轉發,但我不知道如何找到我的問題。發生了什麼事情:我寫了一個提交,並將其推送給GitHub。它說如何將本地遠程分支與GitHub同步?
rkmba:project ryan$ git push origin 08-local:3.25.08
Enter passphrase for key '/Users/ryan/.ssh/id_rsa':
Counting objects: 9, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 498 bytes, done.
Total 5 (delta 4), reused 0 (delta 0)
remote: /data/github/current/lib/github/config/resque.rb:27: undefined method `constantize' for "GitHub::Jobs::WikiReceive":String (NoMethodError)
remote: from /data/github/current/lib/github/config/resque.rb:26:in `each'
remote: from /data/github/current/lib/github/config/resque.rb:26
remote: from /data/github/current/lib/rock_queue.rb:9:in `require'
remote: from /data/github/current/lib/rock_queue.rb:9
remote: from hooks/post-receive:27:in `require'
remote: from hooks/post-receive:27
To [email protected]:MyRepo/MyRepo.git
46fd407..fbad9c6 08-local -> 3.25.08
只是說,這對我來說很奇怪!當我按下按鈕時,通常我不會收到回撥電話。無論哪種方式,我推到GH的承諾沒有出現在網站上,我的團隊成員也無法做到,但我無法推動它,因爲Git認爲一切都是最新的。有沒有辦法讓我在我的origin/3.25.08分支與github分支同步提交,這樣我可以推送這個提交?我無法做到更新分支,因爲它說我的分支已經是最新的。
這也發生在主人身上。
[GitHub現在有問題](http://status.github.com/) – vcsjones 2012-01-27 16:34:57
是啊,看起來好像GH上的某個人要手動運行我的提交鉤。不能回答我自己的問題並標記爲已回答,對不起! – 2012-01-27 16:39:04
[錯誤推送到github]可能的重複(http://stackoverflow.com/questions/9036246/error-pushing-to-github) – manojlds 2012-01-27 16:40:20