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

PHP Building Websites with PHP Slim Basics & Twig Templates Including & Rendering

Uploading 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.

Try double-clicking on the file. Let me know if that helps.

4 Answers

you mean double click the files as they are being uploaded inside of workspaces?

Because, that doesn't do anything.

No. If you downloaded them to your computer, double-click the file you want to upload from your computer.

Well 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
Michael Soileau
9,431 Points

From 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.