oil create blog in terminal /usr/bin/oil: line 37: 1209 Segmentation fault: 11 git clone --recursive git://github.com/fuel/fuel.git "./$2" /usr/bin/oil: line 19: cd: ./blog: No such file or directory /usr/bin/oil: line 37: 1216 Segmentation fault: 11 git checkout $branch /usr/bin/oil: line 37: 1217 Segmentation fault: 11 git submodule foreach git checkout $branch Could not open input file: composer.phar Could not open input file: composer.phar Could not open input file: ./blog/oil -------------------------------------- What do I do?
I use mac os x lion v10.7.2 and I do Update the system to v10.7.2 ------------------------ so i processor is intel Can youtellmewhichversionis moreappropriate?
But a segmentation fault means the code tries to access memory that doesn't belong to it. Which is either a bug in the the binary (which you could solve by trying a newer or older version of git) or it's an error introduced at compile time, for example by linking the wrong libraries.
If you don't compile yourself, waiting until it's fixed or finding a different version is the only option.