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 trialMelisa Snyder
1,227 PointsCommand line error
I am using windows 8 pc. I went to the command prompt and typed in: git clone https://github.com/Username/WorkshopApp.git
the system return a mesage stating 'git' is not recognized as an internal or external command, operable program or batch file
what am I doing wrong?
2 Answers
Akhila Mobin
4,492 PointsI'm using windows 7, instead of windows command prompt i used Git Shell. its working fine for me.
Agapito Cruz
21,486 PointsHello Melissa,
I got a similar message on my OSX Mac because I had not properly installed Git. If typing git by itself on teh command line gives a similar message, I think it means it wasn't properly or completely installed.
Have you tried re-installing Git? Once I re-downloaded and re-installed, everything worked properly on my Mac.
Hope this helps.
-Agapito
Melisa Snyder
1,227 PointsMelisa Snyder
1,227 Pointswhat do you mean by using the "Git Shell"?
***never mind I finally got it. thank you :)