wesleytodd / YeoPress

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

Error when installing WordPress as submodule #97

Closed briansaycocie closed 10 years ago

briansaycocie commented 10 years ago

After running "yo wordpress", I get this error message before it asks for the WordPress URL:

fatal: read error: Operation timed out Error getting WP versions. Falling back to 3.8

I've been able to install WordPress not as a submodule. It appears to be working there.

When I try to install WordPress as a submodule, I get this error:

Installing WordPress 3.8 as a submodule Cloning into 'cms'... fatal: read error: Operation timed out Clone of 'git://github.com/WordPress/WordPress.git' into submodule path 'cms' failed

Error: { [Error: Command failed: Cloning into 'cms'... fatal: read error: Operation timed out Clone of 'git://github.com/WordPress/WordPress.git' into submodule path 'cms' failed ] killed: false, code: 1, signal: null }

Error: { [Error: spawn ENOENT] code: 'ENOENT', errno: 'ENOENT', syscall: 'spawn' }

Not sure what's causing it. The only thing I can think of its having an issue creating the "cms" folder. I'm able to do a git clone git://github.com/WordPress/WordPress.git with no issues.

Thoughts?

wesleytodd commented 10 years ago

Very weird. I have no idea what would cause that. Later today I should be able to take a look and update you. If you figure it out in the mean time let me know. Sorry about your issues....

briansaycocie commented 10 years ago

Its working for me now!