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 trialLolidie Jeena Zubiri
13,238 PointsGit: Remote Work
Help! I can't get pass Task 1! Assume there's a git repository hosted at git://mygithosting.com/git_basics/cool_stuff.git. What command would you run to clone that repository?
Here's my command: git clone git://mygithosting.com/git_basics/cool_stuff.git my_clone
It says Bummer.
2 Answers
Alan Johnson
7,625 PointsAha, I see what's happening now. You don't need to include a directory name that you want to clone into. But, looks like Tommy Morgan fixed the issue
Alan Johnson
7,625 PointsIt looks like you've got a typo in your command:
coll_stuff.git
Lolidie Jeena Zubiri
13,238 PointsHi Alan! I already corrected the typo but it's still bummer.
Tommy Morgan
Treehouse Guest TeacherHey Lolidie Jeena Zubiri;
Please try it again, I just pushed a fix for this challenge.
Lolidie Jeena Zubiri
13,238 PointsThanks Tommy Morgan and Alan Johnson. It's working now :)
Tommy Morgan
Treehouse Guest TeacherAny time! Hope you're enjoying the course, aside from that little glitch :)
Lolidie Jeena Zubiri
13,238 PointsI do! I'm really glad you added the Git Course :)