This repository has been archived by the owner on Jul 4, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
Git Flow Fails on 10.8 #11958
Labels
Comments
The GitDownloadStrategy has some known issues, and though I hadn't seen it fail this way before, I can reproduce it. I started work on fixing these issues a few days ago, but I haven't had a chance to get back to it. (Note: if one runs |
I have a fix for this; will push it for review when GitHub's outage is resolved. |
rohansingh
pushed a commit
to rohansingh/homebrew
that referenced
this issue
May 7, 2012
The current series of fetch invocations in GitDownloadStrategy has the unfortunate behavior of fetching full history even in shallow clones that only need the history between the clone point and the remote HEAD. It should be possible to determine if it is actually necessary to fetch the full history, including all tags, and if it is not to avoid this overhead. Fixes Homebrew#11958, and several other recurring problems. Signed-off-by: Jack Nagel <[email protected]>
Sharpie
pushed a commit
to Sharpie/homebrew
that referenced
this issue
Jun 18, 2012
The current series of fetch invocations in GitDownloadStrategy has the unfortunate behavior of fetching full history even in shallow clones that only need the history between the clone point and the remote HEAD. It should be possible to determine if it is actually necessary to fetch the full history, including all tags, and if it is not to avoid this overhead. Fixes Homebrew#11958, and several other recurring problems. Signed-off-by: Jack Nagel <[email protected]>
Sharpie
pushed a commit
to Sharpie/homebrew
that referenced
this issue
Sep 12, 2012
The current series of fetch invocations in GitDownloadStrategy has the unfortunate behavior of fetching full history even in shallow clones that only need the history between the clone point and the remote HEAD. It should be possible to determine if it is actually necessary to fetch the full history, including all tags, and if it is not to avoid this overhead. Fixes Homebrew#11958, and several other recurring problems. Signed-off-by: Jack Nagel <[email protected]>
snakeyroc3
pushed a commit
to snakeyroc3/homebrew
that referenced
this issue
Dec 17, 2012
The current series of fetch invocations in GitDownloadStrategy has the unfortunate behavior of fetching full history even in shallow clones that only need the history between the clone point and the remote HEAD. It should be possible to determine if it is actually necessary to fetch the full history, including all tags, and if it is not to avoid this overhead. Fixes Homebrew#11958, and several other recurring problems. Signed-off-by: Jack Nagel <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey guys,
I just installed DP3 of OS-X 10.8 and tried to install Git Flow. Here is the output I received:
To fix this I had to
cd
into/Library/Caches/Homebrew/git-flow--git
and rungit fetch origin --all
and then re-runbrew install git-flow
.Git Version (installed via
brew install git
): 1.7.10Let me know if I can provide you with any more information.
The text was updated successfully, but these errors were encountered: