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

Databases Mongo Basics Understanding MongoDB Store Your Blog In Mongo

mulgey
mulgey
9,899 Points

Real difficulties on Windows 10

I do not know how to use git commands on cmd.exe

1st) After " use mongoBasics " i type the git command (git clone https://.....) but i does not respond. (If i copy files manually to a folder, where i should put them into?)

2nd) i try to use visual studio (and so scrapbooks) both terminal and scrapbooks doesn't help me to work these commands. I can't find any documentation on anywhere to work this course on windows 10.

I stuck guyz!

1 Answer

stjarnan
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
stjarnan
Front End Web Development Techdegree Graduate 56,488 Points

Hi @mulgey,

I would recommend either using Ubuntu Bash on Windows 10 or the command line that comes with Node.js, you will then be able to use this in your Visual Studio Code terminal.

These options will allow you to follow the instructions from the videos. Good luck!

Jonas