2013-12-10 53 views
2

我創建了一個新的GitHub存儲庫。在我第一次嘗試git push origin master,我得到這個神祕的錯誤:無法推送一些裁判GitHub

remote: /usr/lib/ruby/1.8/pathname.rb:441:in `lstat': No such file or directory - /data/repositories/b/nw/ba/91/bin (Errno::ENOENT) 
remote:  from /usr/lib/ruby/1.8/pathname.rb:441:in `realpath_rec' 
remote:  from /usr/lib/ruby/1.8/pathname.rb:474:in `realpath' 
remote:  from -e:1 
To https://github.com/backseatviolist/lilysmufl 
! [remote rejected] master -> master (pre-receive hook declined) 
error: failed to push some refs to 'https://github.com/backseatviolist/lilysmufl' 

我該如何解決這個問題?

+3

局部臨時GitHub的問題 – random

回答

2

由於它是遠程端(GitHub)的錯誤,它應該與GitHub最近幾個小時發生的一些問題相關聯。

GitHub Status history

Some Pages sites for users that use apex domains are currently unavailable. We're working to resolve the problem as quickliy [sic] as possible.

檢查問題是否依然存在(如果它確實聯繫GitHub的支持)

注:在首先推,嘗試:

git push -u origin master 

請參閱「Why do I need to explicitly push a new branch?」。


OP ColdFusion實際上comments

Something went wrong during the creation of the repository;
GitHub support suggested I delete it and try again.
Issue resolved

+0

出了點創建庫的過程中錯誤的;提示GitHub支持我刪除它並重試。問題解決了。 – wwww

+0

@ColdFusion優秀。我已將您的反饋意見納入答案中,以提高可見度。 – VonC

相關問題