Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Git file write error (No space left in device)

Tags:

I'm encountering this Git error while trying to push a local branch. I tried possible ways and followed a few SO posts, but they didn't help.

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

like image 951
Manoj Avatar asked Nov 28 '13 16:11

Manoj


2 Answers

I think there is no space left in your remote, check this other post:

Hudson: returned status code 141: fatal: write error: No space left on device

like image 58
Josué Avatar answered Sep 28 '22 05:09

Josué


You're out of drive space. Delete some unused files from anywhere on your machine.

like image 40
Adrian Avatar answered Sep 28 '22 04:09

Adrian