meanjs / generator-meanjs

MEAN.JS Official Yeoman Generator
http://meanjs.org/
473 stars 178 forks source link

fatal: You don't exist. Go away! #191

Open Promise-W opened 8 years ago

Promise-W commented 8 years ago

You're using the official MEAN.JS generator. ? What mean.js version would you like to generate? master master ? In which folder would you like the project to be generated? This can be changed later. mean Cloning the MEAN repo....... Error: Command failed: /bin/sh -c git clone --branch master https://github.com/meanjs/mean.git mean fatal: You don't exist. Go away!

why? i can`t solve this problem, i need your help,thank

ilanbiala commented 8 years ago

@Gwan-Wang are you on Windows?

Promise-W commented 8 years ago

@ilanbiala no, my os is centOS 6.5 (Linux iZ28h29kk0fZ 2.6.32-573.12.1.el6.x86_64 #1 SMP Tue Dec 15 21:19:08 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux);

ilanbiala commented 8 years ago

We haven't tested against centOS, but my initial guess is that git isn't installed.

Promise-W commented 8 years ago

@ilanbiala maybe you can test in centOS6.5 mini, and i have install git(1.7.1), if i find answer, i will write here

ilanbiala commented 8 years ago

@Gwan-Wang I'm not sure how we can test against other OSes other than Mac on Travis. @codydaig @lirantal any ideas?

codydaig commented 8 years ago

@ilanbiala https://github.com/meanjs/mean/pull/1184 https://travis-ci.org/meanjs/mean/builds/106835692 I'll also add these for the generator repo if everything checks out on the main repo.

ilanbiala commented 8 years ago

:+1:, though I don't think Travis does Windows, AFAIK we need Appveyor.

codydaig commented 8 years ago

@ilanbiala #193 would have Travis test windows.