This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2k
bundle install not detecting git #4323
Labels
Comments
In a directory with an empty file, can you try doing |
Don't know what you mean with "directory with an empty file", but created a new rails project and did the commands there:
|
Removed the quotation marks from git path and now it is running:
|
Sorry, meant empty Gemfile. and yeah, I'm guessing the quotes were the issue |
Sounds like this is a real bug, and we need to account for quoted entries in PATH inside Bundler.which? |
As far as I knew, quoting entries Wasn't allowed? |
Quotation marks may not be allowed on UNIX, but they are absolutely allowed on Windows: https://blogs.msdn.microsoft.com/oldnewthing/20060929-06/?p=29533 |
Merged
homu
added a commit
that referenced
this issue
Mar 1, 2016
Handle quotes in PATH Fixes #4323 and adds tests
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On Windows 10, 64bit. When trying to install a gem via git I get the error documented below. git is installed and in path.
Part of gemfile:
gem 'activeadmin', github: 'activeadmin'
console output:
The text was updated successfully, but these errors were encountered: