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 trialLauri Neuding
13,525 PointsGit flow onto git bash a total fail
I am using git bash (for Windows) installed as instructed early on in the course. There have been a few bumps but I managed to work through them with research and help from prior questions. However, installing git flow has been a total, frustrating failure. The instructions on gitHub were unwieldy and when I tried to follow them (going so far as to install Cygwin) I utterly failed in both cygwin and git bash with results like "command not found" with everything I tried.
5 Answers
Todd MacIntyre
12,248 PointsLauri, my version of git bash included gitflow with it - no additional downloads necessary. I am using git version 2.7.1.windows.1
If you have an older version of git bash, I might suggest downloading this newer version and giving it a try.
Janice Childers
18,958 PointsDid you ever solve this? I also tried following those directions and am totally mystified.
Rachelle Wood
15,362 PointsI am having the same problem. I installed cygwin and used (even copied pasted the command) in HOME using the Cygwin shell but bash does not recognize the wget command. Any ideas?
Ted Sumner
Courses Plus Student 17,967 PointsI have found all of the GUI based git products too much trouble. I recommend learning and using the command line. it is much easier and less frustrating.
Lauri Neuding
13,525 PointsI was using bash, not GUI. I did not find the lessons difficult. In fact, they were a lot of fun. The only trouble I had and failed at was installing Git Flow. Well, except for a few but-what-do-you-do-on-Windows times that I solved.
Ted Sumner
Courses Plus Student 17,967 PointsI misunderstood. Check out this site: http://danielkummer.github.io/git-flow-cheatsheet/