Thursday, 19 September 2013

Rugged error on Windows

Rugged error on Windows

When I ran the following:
r = Rugged::Repository.new('<myrepopath>')
I got the following error:
Rugged::OSError: The global/xdg file 'config' doesn't exist: The system
cannot find the path specified.
How should I resolve it?
I'm using rugged 0.19.0 on Windows 7 and ruby -v outputs ruby 2.0.0p247
(2013-06-27) [x64-mingw32] on my machine.

No comments:

Post a Comment