wesleytodd / YeoPress

A Yeoman generator for WordPress
Other
1.08k stars 163 forks source link

install error, regardless of WP version selected #99

Closed richpav closed 10 years ago

richpav commented 10 years ago

My yeoman file:

{
    "wpVer": "master",
    "url": "http://pavocracy.dev",
    "tablePrefix": "20140416_",
    "dbHost": "127.0.0.1",
    "dbName": "pavocracydev",
    "dbUser": "root",
    "dbPass": "root",
    "git": true,
    "submodule": true,
    "wpDir": "cms",
    "contentDir": "content",
    "installTheme": true,
    "customDirs": true,
    "saltKeys": "define('AUTH_KEY',         'snip');\n",
    "themeDir": "shoestrap-child",
    "themeType": "git",
    "themeUser": "shoestrap",
    "themeRepo": "shoestrap-child",
    "themeBranch": "master"
}

The error aborts the installation.

>> Copying wp-config
   create wp-config.php
>> Copying wp-config
   create local-config.php
>> Cannot access database
>> Make sure you create the database and update the credentials in the wp-config.php
>> Setting Permissions: 0755 on .
>> Done setting permissions on .
>> Setting Permissions: 0775 on content
>> Done setting permissions on content
>> Committing WP to Git
fatal: CRLF would be replaced by LF in content/themes/twentyfourteen/images/pattern-dark.svg.

Error: { [Error: Command failed: fatal: CRLF would be replaced by LF in content/themes/twentyfourteen/images/pattern-dark.svg.
] killed: false, code: 128, signal: null }
daddy at MacBook-Pro in ~/Copy/WordpressDev/vhosts/pavocracy.dev on master▲
wesleytodd commented 10 years ago

Weird that that is causing an error, but since no one else has reported anything like this I am going to close this.

rossanoua commented 8 years ago

I have the same error. Any suggestion?

wesleytodd commented 8 years ago

Can you post more about your setup (OS, node version, yeopress version)?

rossanoua commented 8 years ago

Oh, yes, its my error. Sorry. MAC OS X elCapitan (hackintosh) node v5.1.1 yeopress 1.5.1

I'm not sure its right place to post a my trouble, but i have my network down every time when run npm install ... or try to scaffold any project with "yo"

Sorry for offtop. Sorry for my english.