gitty
gitty copied to clipboard
fails in doze
Possibly a fatal error, but here it is:
G:/installs/tcs-ruby193_require_winio_fenix-20120130/lib/ruby/1.9.1/fileutils.rb:351:in `symlink': symlink() function is unimplemented on this machine (NotImplementedError)
from G:/installs/tcs-ruby193_require_winio_fenix-20120130/lib/ruby/1.9.1/fileutils.rb:351:in `block in ln_s'
from G:/installs/tcs-ruby193_require_winio_fenix-20120130/lib/ruby/1.9.1/fileutils.rb:1531:in `fu_each_src_dest0'
from G:/installs/tcs-ruby193_require_winio_fenix-20120130/lib/ruby/1.9.1/fileutils.rb:349:in `ln_s'
from G:/installs/tcs-ruby193_require_winio_fenix-20120130/lib/ruby/1.9.1/fileutils.rb:372:in `ln_sf'
from G:/installs/tcs-ruby193_require_winio_fenix-20120130/lib/ruby/gems/1.9.1/gems/gitty-0.4.5/lib/gitty/commands/init.rb:37:in `block in run'
from G:/installs/tcs-ruby193_require_winio_fenix-20120130/lib/ruby/gems/1.9.1/gems/gitty-0.4.5/lib/gitty/commands/init.rb:32:in `each'
from G:/installs/tcs-ruby193_require_winio_fenix-20120130/lib/ruby/gems/1.9.1/gems/gitty-0.4.5/lib/gitty/commands/init.rb:32:in `run'
from G:/installs/tcs-ruby193_require_winio_fenix-20120130/lib/ruby/gems/1.9.1/gems/gitty-0.4.5/lib/gitty/hook_command.rb:36:in `run'
from G:/installs/tcs-ruby193_require_winio_fenix-20120130/lib/ruby/gems/1.9.1/gems/gitty-0.4.5/bin/git-hook:4:in `'
from G:/installs/tcs-ruby193_require_winio_fenix-20120130/bin/git-hook:19:in `load'
from G:/installs/tcs-ruby193_require_winio_fenix-20120130/bin/git-hook:19:in `'
Doh.... i forget about these windows users....
Since bash is available, could modify it so instead of symlink, create wrapper script which execs the target script. What do you think?
like a bash file to call out to the target script?
Yeah... Doesn't git for windows ship with a bash interpreter?
yeah it does