scttnlsn / dandelion

Incremental Git repository deployment.
http://scttnlsn.github.io/dandelion
MIT License
738 stars 60 forks source link

Error: global/xdg file 'config' doesn't exist #88

Closed eSaner closed 9 years ago

eSaner commented 10 years ago

I installed Dandelion (Windows 7, Ruby 2) and configured a dandelion.yml file in my git repo root. All my 'dandelion deploy' and 'dandelion status' attempts return the following error:

$ dandelion deploy c:/Ruby200/lib/ruby/gems/2.0.0/gems/dandelion-0.4.6/lib/dandelion/cli.rb:33:in new': The global/xdg file 'config' doesn't exist: The system cannot find the pat (Rugged::OSError) from c:/Ruby200/lib/ruby/gems/2.0.0/gems/dandelion-0.4.6/lib/dandelion/c li.rb:33:inrepo' from c:/Ruby200/lib/ruby/gems/2.0.0/gems/dandelion-0.4.6/lib/dandelion/c li.rb:37:in workspace' from c:/Ruby200/lib/ruby/gems/2.0.0/gems/dandelion-0.4.6/lib/dandelion/c li.rb:65:inexecute!' from c:/Ruby200/lib/ruby/gems/2.0.0/gems/dandelion-0.4.6/bin/dandelion:8 :in <top (required)>' from c:/Ruby200/bin/dandelion:23:inload' from c:/Ruby200/bin/dandelion:23:in `

'

Noticing the (Rugged::OSError), I installed Rugged, and rebooted, but the error persists. Any ideas for a fix?

scttnlsn commented 10 years ago

I'm not sure here. Maybe this will provide some insight: https://github.com/libgit2/rugged/pull/241

tonylisanti commented 9 years ago

@esaner I'm having the same issue. Have you found a solution?

eSaner commented 9 years ago

Nope. Didn't have the time to trouble shoot.

tonylisanti commented 9 years ago

Okay, thanks for the reply.

prajwolonta commented 9 years ago

im too getting this issue :(.. @scttnlsn please help.

scttnlsn commented 9 years ago

Could you try gem install rugged to verify that this is an issue with Rugged (a gem on which Dandelion depends)?

scttnlsn commented 9 years ago

Please re-open if this is still an issue.