On Sun, Aug 17, 2014 at 09:25:38AM -0700, Chinedu Iroanyah wrote:
>
>
> when i run this command
> "git clone g...@github.com:laravel/laravel.git"
>
> i keep getting this result:
>
> "Cloning into 'laravel'...
> Permission denied (publickey).
> fatal: Could not read from remote repository.
>
>
> From: John McKown
>
> Try
>
> git clone https://github.com/laravel/laravel.git
>
> It works for me.
>
> The command you used looks more like it is only for the owner. The form
> "g...@github.com:laravel/laravel.git" looks more like what I use when I'm
> updating my own repositories, not clon
Try
git clone https://github.com/laravel/laravel.git
It works for me.
The command you used looks more like it is only for the owner. The form
"g...@github.com:laravel/laravel.git" looks more like what I use when I'm
updating my own repositories, not cloning somebody else's repository.
On Aug 17,