stevenharman / git_tracker

Some simple tricks that make working with Pivotal Tracker even better... and easier... um, besier!
https://github.com/stevenharman/git_tracker
MIT License
170 stars 11 forks source link

Cygwin? #18

Closed jlippold closed 9 years ago

jlippold commented 9 years ago

Are there any instructions for installing this manually? I'm hoping you can point me at the binaries and the hooks locations to get this working in cygwin.

I did get ruby gems installed on cygwin, and I successfully ran gem install git_tracker but something is not registering.

$ git tracker init
git: 'tracker' is not a git command. See 'git --help'.

Thanks for the help

jlippold commented 9 years ago

Annnnd you can close this.. sorry. I ran gem env from cygwin and noticed the executable directory was not in my path variable. So I had to edit the .bash_profile to include exec_dir then git tracker init works as expected.