scotch / angular-brunch-seed

AngularJS + Brunch
Other
228 stars 78 forks source link

Git clone error #111

Open rohankangale2011 opened 10 years ago

rohankangale2011 commented 10 years ago

Hi, I am trying to create a skeleton using following command : brunch new https://github.com/scotch/angular-brunch-seed

After executing the command, i am getting the following error: 08 Jun 15:00:28 - log: Cloning git repo "https://github.com/scotch/angular-brunc h-seed" to "G:\new_angular_folder"... 08 Jun 15:00:28 - error: Error: Git clone error:

Please help me to resolve this issue

kylefinley commented 10 years ago

Hi @rohankangale2011,

I"m not sure what would cause that, I just tested with the latest brunch and I get:

➜ ~ brunch --version
1.7.14
➜ ~ fig brunch new https://github.com/scotch/angular-brunch-seed test
08 Jun 11:12:09 - log: Cloning git repo "https://github.com/scotch/angular-brunch-seed" to "test"...
08 Jun 11:12:22 - log: Created skeleton directory layout
08 Jun 11:12:22 - log: Installing packages...
bower bootstrap-less-themes#*   cached https://github.com/angular-brunch/bootstrap-less-themes.git#a195cd62d1
...
...

Does cloning and using the init.sh script work? This might be an issue with Brunch on windows.

Kyle