-
Notifications
You must be signed in to change notification settings - Fork 387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working after upgrading to El Capitan OSX 10.11 #43
Comments
Not without more info :) What shell are you using? How did you install git-flow? Do you use an os package manager or shell plugin manager? Does regular git completion work for you? Does any other tab completion (besides files) work? |
fair enough :) i use iTerm + zsh + oh-my, and brew to install most of the packages (used to install both git and git-flow) let me know if you need any further infos thanks |
Also doesn't work here. zsh 5.1.1 (x86_64-apple-darwin15.0.0) git-flow and zsh installed by homebrew git and many other tab-completions still work |
@joshuakarjala what version of git are you using.. i have two macbook's both on el capitan.. one works the other doesn't.. Working
Non Working
|
On Fri, Oct 23, 2015 at 7:21 PM, Mike DeVita [email protected]
|
I think this has to do with _git completion in /usr/share .. It's not writable on capital because of the system integrity stuff. I could be wrong though. Haven't tested it yet. Sent from my iPhone
|
same settings as @joshuakarjala here:
|
I got the same error/issue on my fresh install mbp. I have the same environment as @davidetruffo |
Same settings as @davidetruffo and I also get the error. |
Hi @bobthecow, |
From what I can tell, it should still be working. Looking and git and zsh source, I don't see a reason for it to break. But to be honest, I just don't know. I don't use zsh, so this version of the completion is largely user supported. For fun, can one of you replace your http://sourceforge.net/p/zsh/code/ci/master/tree/Completion/Unix/Command/_git?format=raw … and see if that fixes things? |
Will try it tomorrow
|
@bobthecow no luck.. everything seems to be up to date.. |
I just uninstalled git 2.6.2 and stick with the apple git version and it works all fine |
I just tried, and yes, it works properly with the apple version of git (git version 2.4.9 (Apple Git-60)) |
I also confirm it works when downgrading to git version 2.4.9 (Apple Git-60). |
zsh 5.1.1 (x86_64-apple-darwin14.5.0) with prezto not working :-( |
I have close SIP feature,it also does not work. |
Yes,my git installed by Homebrew, when I unlink git,use the system's git,it works. |
Any progress on this at all? Still works with git version 2.5.4 (Apple Git-61), but not with the higher-versioned Homebrew ones. |
I faced the same issue. I haven't dug into it too much yet. It's unfortunate as Apple git is very old. |
Hi people! Just want to highlight that:
I'm not sure why though :) |
@davidetruffo can you provide some further configuration to help me get it going? I believe I have the same environment as you. I'm using oh-my-zsh with plugins |
@esetnik i'll do my best :) I am using zsh and oh-my-zsh (master branch) (don't know if that makes any difference honestly) In my In the same file, i also have this line: Things that i've done recently:
Any better? :) |
@davidetruffo Thanks so much for the detailed analysis. I found two points of discrepancy between my config and yours:
I found that a combination of removing the I'm not sure what that magic line does but it works and it might help @bobthecow get to the bottom of this. |
@esetnik i'm glad i could help a bit :) |
@davidetruffo I actually realized that the suggestions you made did not persist to a new shell. I must have had the old Apple git sourced in the old shell. I currently have everything setup the same and can't get git flow completions with the previous solution. |
@esetnik Apologies for the ridiculous late reply! Did you manage to make it work?
|
Unfortunately not. I can only get it working with apple git and not brewed
|
out of curiosity, are you using git-flow from brew as well? which version? (i have 0.4.1) |
Not working on osSierra either 😢 |
use Xcode's Git will fix this problem. |
confirmed. Xcode's |
Found this issue via Google. So will post what fixed it for me:
So now I have it working with the following versions:
|
I just upgraded my OSX and the autocomplete just doesn't work anymore (i hit tab, and i get a list of files in that folder, but not the git-flow commands)
any hint?
The text was updated successfully, but these errors were encountered: