Apple - How to deal with unzip error on a large file in OSX?
I managed to unzip it with tar.
tar xzvf 2015-09-24-raspbian-jessie.zip
Requires no installation of additional software
The ZIP file can also be uncompressed using ditto
, no software installation needed:
ditto -x -k 2015-09-24-raspbian-jessie.zip .
Worked for me.
You can use 7za from p7zip installed from brew:
brew install p7zip
and then unzip using the command
7za x big_file.zip