Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialWeigang Dai
9,689 PointsHow can I link the git flow?
I already install the git flow on my mac, when I install again, it show me "git-flow-0.4.1 already installed, it is just not linked". so how can i link it?
and if I just run the "git flow init" as the video show: I get: /usr/local/bin/git-flow: line81: /usr/local/bin/gitflow-shFlags: No such file or directory What are all those meaning?
1 Answer
Alexander Nikiforov
Java Web Development Techdegree Graduate 22,175 PointsHave you seen this post:
http://stackoverflow.com/questions/12362027/problems-installing-git-with-homebrew
They suggest type:
brew link git-flow
To solve "link" problem
Have you tried that?
Do you have brew
installed, BTW?