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 Laravel 4 Basics Getting Started with Laravel Installing Laravel

help!! withis i already installed laravel homstead and virtual box gitbash everything but i can't do anything about't

Guys no matter i try, my terminal every time i try a command it say fatal unable to accest git https://githup.com/laravel/homestead.git/ what am i suppost to do, my laravel homstead is not working in my mingw64bit, any solution (php).

still say not working ayubw@DESKTOP-LN8A3NI MINGW32 /usr/bin $ git clone https://github.com/laravel/homestead.git Homestead fatal: could not create work tree dir 'Homestead': Permission denied

ayubw@DESKTOP-LN8A3NI MINGW32 /usr/bin $

Jennifer Nordell
seal-mask
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Have you tried issuing the command with sudo in front? Ie sudo git clone https://github.com/laravel/homestead.git? The fact that you're getting a "Permission denied" error makes me think that the problem lies in the permissions to write a directory to /usr/bin. Note that you will need to be logged into an account on the local system with administrator privileges and put in your password for that account when prompted.

1 Answer

Jennifer Nordell
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Hi there! I believe the problem is a typo on your URL. You've supplied "githup", but you meant "github".

This site is not accessible:

https://githup.com/laravel/homestead.git/

But this site is accessible:

https://github.com/laravel/homestead.git/

Note the change of githup to github.

Hope this helps! :sparkles:

alright give me a link to that account on the local system, i can get it done

Jennifer Nordell
seal-mask
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

The "local" account is the account on your computer. The one you are currently using. When you sit down at the computer you generally log in with a username and password. This is the "local account" and it must have administrator privileges. Is your account an administrator? What happens when you try the sudo command?