Closed leemhenson closed 13 years ago
Seeing this also on Ubuntu:
$ which git /usr/local/bin/git $ git --version git version 1.6.4.3
Resolved - this was due to the server being on Ruby 1.9.2. I changed to 1.8.7 and it works.
That doesn't sound resolved to me.
The issue seems to be that project_path is being passed to Cijoe::Config as an Array under some circumstances.
Has this too, fixed it locally on my branch. Pull request in #35 (note need to explicitly pass the project_dir -dir path
)
Stop Choice.rest from returning an Array in 1.9. Closed by 219796ad662a1192a07fd820c380f2103c0c8f68
Hi
Freshly installed ruby-1.9.2-p0 via rvm, Ubuntu 10.04:
I'm inexperienced with ruby and ubuntu, so I might be missing something obvious. The status code of 2 from the "cd ...&& git config cijoe.user" command would seem to be the issue though. I can't find anything definitive of what that means? Some dodgy config on my system maybe?
Any help appreciated!
Cheers Lee