You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
Older versions of git did not create missing ancestor directories when cloning. Bundler currently creates these directories before cloning for it's cache, but not before cloning for it's checkout copy.
This commit runs FileUtils.mkdir_p to create the ancestor directories
of the git clone before running the git clone command. This extra step
is needed because older versions of git did not do this step.
Most users might not experience this issue because they are running the
latest version of git. The version of git that comes with RedHat
Enterprise Linux 5 does not include this behavior.
Closesrubygems#285
joevandyk
pushed a commit
to joevandyk/bundler
that referenced
this issue
May 16, 2011
This commit runs FileUtils.mkdir_p to create the ancestor directories
of the git clone before running the git clone command. This extra step
is needed because older versions of git did not do this step.
Most users might not experience this issue because they are running the
latest version of git. The version of git that comes with RedHat
Enterprise Linux 5 does not include this behavior.
Closesrubygems#285
This issue was closed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Older versions of git did not create missing ancestor directories when cloning. Bundler currently creates these directories before cloning for it's cache, but not before cloning for it's checkout copy.
http://github.com/dougbarth/bundler/commit/6aff30449d4c51b0b8b0595f9574973414ccd2d4 contains a fix for this issue.
The text was updated successfully, but these errors were encountered: