13
13

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

fatal: write error: No space left on device が出た場合は、不要ファイルを削除する

Last updated at Posted at 2015-05-03

fuelphpを入れようと、

$ git clone git://github.com/fuel/fuel.git 

上記コマンドを実行したところ。。。

error: file write error (No space left on device)
 fatal: unable to write sha1 file 
 fatal: unpack-objects failed

ディスク容量が足りないとのこと。。。

df -i

で確認したら、確かにログファイルがやたら容量を食っていたので、

$ sudo rm -rf /tmp/*
$ sudo rm -rf /var/log/*

で、とりあえず、解消できたので、開発環境なだけだし、OKということで。

13
13
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
13
13

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?