2014-09-01 54 views
1

我打斷使用Ctrl+C 一個git add -A命令,然後我跑GIT致命的:無法寫入NEW_INDEX文件

git reset --mixed 

現在我再次執行git add -A 然後git commit -m "message" 但我得到

fatal: unable to write new_index file

輸出

git status: 

# On branch master 
nothing to commit (working directory clean) 

你能幫我實施我的改變嗎?

ps我的磁盤空間不足

+0

這會有幫助嗎?你在什麼操作系統上?你使用的是什麼版本的git? – VonC 2014-09-01 07:22:20

+0

我正在運行Linux。 git version 1.7.1 – gabboshow 2014-09-01 07:32:05

+0

首先,檢查升級到最新的Git版本(2.1+)後問題是否仍然存在:http://stackoverflow.com/a/20918469/6309:使用ppa https://launchpad.net/ 〜git-core/+ archive/ubuntu/ppa – VonC 2014-09-01 07:33:25

回答

1

錯誤似乎與配額問題有關。

Disk quota exceeded 

...but I have 41.3 GB in my HD

這不是鏈接到的可用磁盤空間。用quota -s檢查你的配額。