2008-09-16 74 views
3
 
[email protected]:~/rails/ledger/releases/20080820144914/.git/hooks$ ls -al 
ls: cannot access post-commit: No such file or directory 
ls: cannot access update: No such file or directory 
ls: cannot access post-update: No such file or directory 
ls: cannot access commit-msg: No such file or directory 
ls: cannot access pre-rebase: No such file or directory 
ls: cannot access post-receive: No such file or directory 
ls: cannot access pre-applypatch: No such file or directory 
ls: cannot access pre-commit: No such file or directory 
total 8 
drwxrwxr-x 2 kt kt 4096 2008-09-09 18:10 . 
drwxrwxr-x 4 kt kt 4096 2008-09-09 18:10 .. 
-????????? ? ?   ?   ?    ? commit-msg 
-????????? ? ?   ?   ?    ? post-commit 
-????????? ? ?   ?   ?    ? post-receive 
-????????? ? ?   ?   ?    ? post-update 
-????????? ? ?   ?   ?    ? pre-applypatch 
-????????? ? ?   ?   ?    ? pre-commit 
-????????? ? ?   ?   ?    ? pre-rebase 
-????????? ? ?   ?   ?    ? update 
+0

這是一個編程問題? – GEOCHET 2008-09-16 14:31:43

回答

5

首先,這裏是你的問題,格式化很好(圍繞着它在< pre>標記可以解決):

[email protected]:~/rails/ledger/releases/20080820144914/.git/hooks$ ls -al 
ls: cannot access post-commit: No such file or directory 
ls: cannot access update: No such file or directory 
ls: cannot access post-update: No such file or directory 
[snip]

無論如何,你需要以單用戶模式啓動並運行fsck。如果您現在無法重新啓動,只需將目錄移動到/ tmp並忘記它。

1

(a)看起來你有某種文件系統問題;我建議你運行fsck,看看它是否發現任何東西

(b)真的不是一個與編程有關的問題,所以在這裏脫離主題。

0

我有同樣的問題,由Aptana Studio不止一次使用rails導致。 長期的解決方案是避免使用aptana來創建文件。

0

我遇到了這個問題,並嘗試了一切。令人驚訝的是,解決方案非常簡單。老兄,這是你的工作: 使用GUI而不是終端 1.將該文件夾中的所有其他文件移動到不同名稱的其他文件 2.將僅包含有問題的文件的包含目錄移動到垃圾箱 3空垃圾

是的,就是這麼簡單