I have installed the sproutcore properly as explained in the tutorial, including from rvm, to ruby 1.9.2 to all the gems dependencies. But whenever, i am issuing any sproutcore command, it throws me this error.
sproutcore server fatal: Not a git repository (or any of the parent directories): .git fatal: Not a git repository (or any of the parent directories): .git fatal: Not a git repository (or any of the parent directories): .git fatal: Not a git repository (or any of the parent directories): .git /home/love/.rvm/gems/ruby-1.9.2-p320@global/gems/bundler-1.1.3/lib/bundler/ rubygems_integration.rb:223:in `block in replace_bin_path': can't find executable sproutcore (Gem::Exception) from /home/love/.rvm/gems/gems/sproutcore-1.8.2/bin/sproutcore:16:in `<top (required)>' from /home/love/.rvm/gems/ruby-1.9.2-p320/bin/sproutcore:19:in `load' from /home/love/.rvm/gems/ruby-1.9.2-p320/bin/sproutcore:19:in `<main>'
Which version did you install? I tried with 1.8.2 (the latest) and I got similar errors. I assume this is a bug in the 1.8.2 gem. You can still install older versions using gem's --version argument. 1.8 worked for me.
> I have installed the sproutcore properly as explained in the tutorial, including from rvm, to ruby 1.9.2 to all the gems dependencies. But whenever, i am issuing any sproutcore command, it throws me this error.
> sproutcore server
> fatal: Not a git repository (or any of the parent directories): .git
> fatal: Not a git repository (or any of the parent directories): .git
> fatal: Not a git repository (or any of the parent directories): .git
> fatal: Not a git repository (or any of the parent directories): .git
> /home/love/.rvm/gems/ruby-1.9.2-p320@global/gems/bundler-1.1.3/lib/bundler/ rubygems_integration.rb:223:in `block in replace_bin_path': can't find executable sproutcore (Gem::Exception)
> from /home/love/.rvm/gems/gems/sproutcore-1.8.2/bin/sproutcore:16:in `<top (required)>'
> from /home/love/.rvm/gems/ruby-1.9.2-p320/bin/sproutcore:19:in `load'
> from /home/love/.rvm/gems/ruby-1.9.2-p320/bin/sproutcore:19:in `<main>'
> Hope, if some one can solve, Thanks in advance.
> -- > You received this message because you are subscribed to the Google Groups "SproutCore" group.
> To view this discussion on the web visit https://groups.google.com/d/msg/sproutcore/-/_r_O_-HpHccJ.
> To post to this group, send email to sproutcore@googlegroups.com.
> To unsubscribe from this group, send email to sproutcore+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/sproutcore?hl=en.
On Saturday, May 12, 2012 at 3:54 PM, Tobias Lensing wrote:
> Which version did you install? I tried with 1.8.2 (the latest) and I got similar errors. I assume this is a bug in the 1.8.2 gem. You can still install older versions using gem's --version argument. 1.8 worked for me.
> Tobias
> On 12.05.2012, at 23:17, Love Hasija wrote:
> > I have installed the sproutcore properly as explained in the tutorial, including from rvm, to ruby 1.9.2 to all the gems dependencies. But whenever, i am issuing any sproutcore command, it throws me this error.
> > sproutcore server
> > fatal: Not a git repository (or any of the parent directories): .git
> > fatal: Not a git repository (or any of the parent directories): .git
> > fatal: Not a git repository (or any of the parent directories): .git
> > fatal: Not a git repository (or any of the parent directories): .git
> > /home/love/.rvm/gems/ruby-1.9.2-p320@global/gems/bundler-1.1.3/lib/bundler/ rubygems_integration.rb:223:in `block in replace_bin_path': can't find executable sproutcore (Gem::Exception)
> > from /home/love/.rvm/gems/gems/sproutcore-1.8.2/bin/sproutcore:16:in `<top (required)>'
> > from /home/love/.rvm/gems/ruby-1.9.2-p320/bin/sproutcore:19:in `load'
> > from /home/love/.rvm/gems/ruby-1.9.2-p320/bin/sproutcore:19:in `<main>'
> > Hope, if some one can solve, Thanks in advance.
> > -- > > You received this message because you are subscribed to the Google Groups "SproutCore" group.
> > To view this discussion on the web visit https://groups.google.com/d/msg/sproutcore/-/_r_O_-HpHccJ.
> > To post to this group, send email to sproutcore@googlegroups.com (mailto:sproutcore@googlegroups.com).
> > To unsubscribe from this group, send email to sproutcore+unsubscribe@googlegroups.com (mailto:sproutcore+unsubscribe@googlegroups.com).
> > For more options, visit this group at http://groups.google.com/group/sproutcore?hl=en.
> -- > You received this message because you are subscribed to the Google Groups "SproutCore" group.
> To post to this group, send email to sproutcore@googlegroups.com (mailto:sproutcore@googlegroups.com).
> To unsubscribe from this group, send email to sproutcore+unsubscribe@googlegroups.com (mailto:sproutcore+unsubscribe@googlegroups.com).
> For more options, visit this group at http://groups.google.com/group/sproutcore?hl=en.
I'm not entirely sure what went wrong with the gem, but it seemed to have included specific requirements to only run on my machine where it was built. I've fixed it now, made a note on the blog entry and re-published the gem. Since I can't re-publish over a previous version number I bumped the gem version to 1.8.2.1.
I'm terribly sorry about the mistake, I've amended my deploy notes to try and prevent this from happening again in the future.
On Saturday, May 12, 2012 at 9:17 PM, Tyler Keating wrote:
> Hi All,
> It seems there is a problem with the gem. I'm trying to figure out what went wrong with it and will publish a working one as soon as possible.
> Sorry for the inconvenience.
> -- > Tyler Keating
> On Saturday, May 12, 2012 at 3:54 PM, Tobias Lensing wrote:
> > Which version did you install? I tried with 1.8.2 (the latest) and I got similar errors. I assume this is a bug in the 1.8.2 gem. You can still install older versions using gem's --version argument. 1.8 worked for me.
> > Tobias
> > On 12.05.2012, at 23:17, Love Hasija wrote:
> > > I have installed the sproutcore properly as explained in the tutorial, including from rvm, to ruby 1.9.2 to all the gems dependencies. But whenever, i am issuing any sproutcore command, it throws me this error.
> > > sproutcore server
> > > fatal: Not a git repository (or any of the parent directories): .git
> > > fatal: Not a git repository (or any of the parent directories): .git
> > > fatal: Not a git repository (or any of the parent directories): .git
> > > fatal: Not a git repository (or any of the parent directories): .git
> > > /home/love/.rvm/gems/ruby-1.9.2-p320@global/gems/bundler-1.1.3/lib/bundler/ rubygems_integration.rb:223:in `block in replace_bin_path': can't find executable sproutcore (Gem::Exception)
> > > from /home/love/.rvm/gems/gems/sproutcore-1.8.2/bin/sproutcore:16:in `<top (required)>'
> > > from /home/love/.rvm/gems/ruby-1.9.2-p320/bin/sproutcore:19:in `load'
> > > from /home/love/.rvm/gems/ruby-1.9.2-p320/bin/sproutcore:19:in `<main>'
> > > Hope, if some one can solve, Thanks in advance.
> > > -- > > > You received this message because you are subscribed to the Google Groups "SproutCore" group.
> > > To view this discussion on the web visit https://groups.google.com/d/msg/sproutcore/-/_r_O_-HpHccJ.
> > > To post to this group, send email to sproutcore@googlegroups.com (mailto:sproutcore@googlegroups.com).
> > > To unsubscribe from this group, send email to sproutcore+unsubscribe@googlegroups.com (mailto:sproutcore+unsubscribe@googlegroups.com).
> > > For more options, visit this group at http://groups.google.com/group/sproutcore?hl=en.
> > -- > > You received this message because you are subscribed to the Google Groups "SproutCore" group.
> > To post to this group, send email to sproutcore@googlegroups.com (mailto:sproutcore@googlegroups.com).
> > To unsubscribe from this group, send email to sproutcore+unsubscribe@googlegroups.com (mailto:sproutcore+unsubscribe@googlegroups.com).
> > For more options, visit this group at http://groups.google.com/group/sproutcore?hl=en.
On Sunday, 13 May 2012 02:47:02 UTC+5:30, Love Hasija wrote:
> I have installed the sproutcore properly as explained in the tutorial, > including from rvm, to ruby 1.9.2 to all the gems dependencies. But > whenever, i am issuing any sproutcore command, it throws me this error.
> sproutcore server > fatal: Not a git repository (or any of the parent directories): .git > fatal: Not a git repository (or any of the parent directories): .git > fatal: Not a git repository (or any of the parent directories): .git > fatal: Not a git repository (or any of the parent directories): .git > /home/love/.rvm/gems/ruby-1.9.2-p320@global/gems/bundler-1.1.3/lib/bundler/ rubygems_integration.rb:223:in > `block in replace_bin_path': can't find executable sproutcore > (Gem::Exception) > from > /home/love/.rvm/gems/gems/sproutcore-1.8.2/bin/sproutcore:16:in `<top > (required)>' > from /home/love/.rvm/gems/ruby-1.9.2-p320/bin/sproutcore:19:in > `load' > from /home/love/.rvm/gems/ruby-1.9.2-p320/bin/sproutcore:19:in > `<main>'
On Sunday, 13 May 2012 09:42:53 UTC+5:30, Public Keating wrote:
> Hi Again,
> I'm not entirely sure what went wrong with the gem, but it seemed to have > included specific requirements to only run on my machine where it was > built. I've fixed it now, made a note on the blog entry and re-published > the gem. Since I can't re-publish over a previous version number I bumped > the gem version to 1.8.2.1.
> I'm terribly sorry about the mistake, I've amended my deploy notes to try > and prevent this from happening again in the future.
> -- > Tyler Keating
> On Saturday, May 12, 2012 at 9:17 PM, Tyler Keating wrote:
> Hi All,
> It seems there is a problem with the gem. I'm trying to figure out what > went wrong with it and will publish a working one as soon as possible.
> Sorry for the inconvenience.
> -- > Tyler Keating
> On Saturday, May 12, 2012 at 3:54 PM, Tobias Lensing wrote:
> Which version did you install? I tried with 1.8.2 (the latest) and I got > similar errors. I assume this is a bug in the 1.8.2 gem. You can still > install older versions using gem's --version argument. 1.8 worked for me.
> Tobias
> On 12.05.2012, at 23:17, Love Hasija wrote:
> I have installed the sproutcore properly as explained in the tutorial, > including from rvm, to ruby 1.9.2 to all the gems dependencies. But > whenever, i am issuing any sproutcore command, it throws me this error.
> sproutcore server > fatal: Not a git repository (or any of the parent directories): .git > fatal: Not a git repository (or any of the parent directories): .git > fatal: Not a git repository (or any of the parent directories): .git > fatal: Not a git repository (or any of the parent directories): .git > /home/love/.rvm/gems/ruby-1.9.2-p320@global/gems/bundler-1.1.3/lib/bundler/ rubygems_integration.rb:223:in > `block in replace_bin_path': can't find executable sproutcore > (Gem::Exception) > from > /home/love/.rvm/gems/gems/sproutcore-1.8.2/bin/sproutcore:16:in `<top > (required)>' > from /home/love/.rvm/gems/ruby-1.9.2-p320/bin/sproutcore:19:in > `load' > from /home/love/.rvm/gems/ruby-1.9.2-p320/bin/sproutcore:19:in > `<main>'
> Hope, if some one can solve, Thanks in advance.
> -- > You received this message because you are subscribed to the Google Groups > "SproutCore" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/sproutcore/-/_r_O_-HpHccJ. > To post to this group, send email to sproutcore@googlegroups.com. > To unsubscribe from this group, send email to > sproutcore+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/sproutcore?hl=en.
> -- > You received this message because you are subscribed to the Google Groups > "SproutCore" group. > To post to this group, send email to sproutcore@googlegroups.com. > To unsubscribe from this group, send email to > sproutcore+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/sproutcore?hl=en.
> Thanks for the quick reply, and the above patch.
> It worked finally.
> Thanks a lot.
> On Sunday, 13 May 2012 09:42:53 UTC+5:30, Public Keating wrote:
> Hi Again,
> I'm not entirely sure what went wrong with the gem, but it seemed to have included specific requirements to only run on my machine where it was built. I've fixed it now, made a note on the blog entry and re-published the gem. Since I can't re-publish over a previous version number I bumped the gem version to 1.8.2.1.
> I'm terribly sorry about the mistake, I've amended my deploy notes to try and prevent this from happening again in the future.
> -- > Tyler Keating
> On Saturday, May 12, 2012 at 9:17 PM, Tyler Keating wrote:
>> Hi All,
>> It seems there is a problem with the gem. I'm trying to figure out what went wrong with it and will publish a working one as soon as possible.
>> Sorry for the inconvenience.
>> -- >> Tyler Keating
>> On Saturday, May 12, 2012 at 3:54 PM, Tobias Lensing wrote:
>>> Which version did you install? I tried with 1.8.2 (the latest) and I got similar errors. I assume this is a bug in the 1.8.2 gem. You can still install older versions using gem's --version argument. 1.8 worked for me.
>>> Tobias
>>> On 12.05.2012, at 23:17, Love Hasija wrote:
>>>> I have installed the sproutcore properly as explained in the tutorial, including from rvm, to ruby 1.9.2 to all the gems dependencies. But whenever, i am issuing any sproutcore command, it throws me this error.
>>>> sproutcore server
>>>> fatal: Not a git repository (or any of the parent directories): .git
>>>> fatal: Not a git repository (or any of the parent directories): .git
>>>> fatal: Not a git repository (or any of the parent directories): .git
>>>> fatal: Not a git repository (or any of the parent directories): .git
>>>> /home/love/.rvm/gems/ruby-1.9.2-p320@global/gems/bundler-1.1.3/lib/bundler/ rubygems_integration.rb:223:in `block in replace_bin_path': can't find executable sproutcore (Gem::Exception)
>>>> from /home/love/.rvm/gems/gems/sproutcore-1.8.2/bin/sproutcore:16:in `<top (required)>'
>>>> from /home/love/.rvm/gems/ruby-1.9.2-p320/bin/sproutcore:19:in `load'
>>>> from /home/love/.rvm/gems/ruby-1.9.2-p320/bin/sproutcore:19:in `<main>'
>>>> Hope, if some one can solve, Thanks in advance.
>>>> -- >>>> You received this message because you are subscribed to the Google Groups "SproutCore" group.
>>>> To view this discussion on the web visit https://groups.google.com/d/msg/sproutcore/-/_r_O_-HpHccJ.
>>>> To post to this group, send email to sproutcore@googlegroups.com.
>>>> To unsubscribe from this group, send email to sproutcore+unsubscribe@googlegroups.com.
>>>> For more options, visit this group at http://groups.google.com/group/sproutcore?hl=en.
>>> -- >>> You received this message because you are subscribed to the Google Groups "SproutCore" group.
>>> To post to this group, send email to sproutcore@googlegroups.com.
>>> To unsubscribe from this group, send email to sproutcore+unsubscribe@googlegroups.com.
>>> For more options, visit this group at http://groups.google.com/group/sproutcore?hl=en.
> -- > You received this message because you are subscribed to the Google Groups "SproutCore" group.
> To view this discussion on the web visit https://groups.google.com/d/msg/sproutcore/-/IS1lCrIE9kgJ.
> To post to this group, send email to sproutcore@googlegroups.com.
> To unsubscribe from this group, send email to sproutcore+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/sproutcore?hl=en.