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 trialDerek Markman
16,291 PointsUploading the html files from emerson master
I'm not entirely sure if this is a problem with my net, but when I try uploading index and contact.html it just sits in the bottom of workspaces saying that its uploading the files but it doesn't seem to be working.
4 Answers
Derek Markman
16,291 Pointsyou mean double click the files as they are being uploaded inside of workspaces?
Because, that doesn't do anything.
Sherrie Gossett
14,924 PointsNo. If you downloaded them to your computer, double-click the file you want to upload from your computer.
Derek Markman
16,291 PointsWell I've already extracted and opened up the files from the emerson master. If i double-click on the html files it opens them inside of my browser window.
Does it matter that I opened the downloaded files through winrar and then dragged and dropped the html files into workspaces to upload?
Michael Soileau
9,431 PointsFrom the terminal:
git clone https://github.com/treehouse/emerson.git public
This will clone all of the files into a public folder. They then need to be moved back one level.
mv public/* ../
That will move all the contents of the public folder into the current directory.
Sherrie Gossett
14,924 PointsSherrie Gossett
14,924 PointsTry double-clicking on the file. Let me know if that helps.