bobthecow / git-flow-completion

Bash, Zsh and fish completion support for git-flow.
MIT License
2.79k stars 386 forks source link

Git Completion No Longer Working After Migration Between Computers #37

Open ajubbal opened 9 years ago

ajubbal commented 9 years ago

Everything is intact as I used the migration assistant, unless there is a requirement for Xcode command line tools or something of that nature? I installed this through Homebrew and it was working fine on my initial computer (running Mac OS 10.9.5) but ceases to work with my new machine (same OS version). Some help would be greatly appreciated.

bobthecow commented 9 years ago

Hey @ajubbal, sorry about the delay. I totally missed the notification for this issue. Did you get this resolved? If not, I'm happy to help.

ajubbal commented 9 years ago

I did not unfortunately, if you could be so kind as to lend a helping hand that would be fantastic. As I mentioned in my previous comment I used migration assistant to transfer data to another machine and git autocompletion stopped working. I tried reinstalling from your README to no avail.

asfaltboy commented 9 years ago

Are you getting some error back if you try to source the bash/zsh script? Are you encountering an issue with any of the other homebrew packages?

If so, you might have an issue with brew packages linking? Check out this stackexchange thread: http://apple.stackexchange.com/questions/129991/packages-installed-with-homebrew-not-found-after-restore

You might also be able to simply remove git and bash-completion packages and follow the installation process again.