ViMaSter / p400-thebarbershop

The fourth semester project at Games Academy Berlin. Shaving time, shaving money.
2 stars 0 forks source link

Git/ musicsetup.bat errors #64

Closed Jerizo closed 9 years ago

Jerizo commented 9 years ago

When executing the bat for the first time, git was not available because I use SourceTree which has its own embedded git version. I downloaded git for windows and updated the environment variable. Git commands are now available through cmd/ .bat files.

The .bat you provided still throws several errors however.

image

ViMaSter commented 9 years ago

Pull https://github.com/ViMaSter/p400-thebarbershop/commit/5e6f3515a337838956c8971e415aa28f813d5f17 and run musicsetup.bat again. Also make sure you have no unstaged files/a clean index before running again.

Jerizo commented 9 years ago

Fixed.

FYI - Doesn't seem to require completely clean index. Tested with some pending changes; worked without issues.