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 trial

Development Tools

Install git flow on windows 7

I am trying to install got flow on windows 7.

I have used this page - https://github.com/nvie/gitflow/wiki/Windows So have installed Cygwin.

I have put the command into the command prompt/git bash that its says to for git flow $ wget -q -O - --no-check-certificate https://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | bash

I then get this error:bash: wget: command not found

I have googled this and cannot find the answer. I am quite new to command line so only know the basics.

I believe i have to install the package wget

How do I do this, and which directory do I need to be in in the git bash/command prompt/console thing? (the my_cool_project) one created in this course or another one on my pc?

Many thanks in advanced!