Re: [git-users] issues with downloading project files from git

2014-08-17 Thread Magnus Therning
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. > >

Re: [git-users] issues with downloading project files from git

2014-08-17 Thread Dale R. Worley
> 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

Re: [git-users] issues with downloading project files from git

2014-08-17 Thread 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 cloning somebody else's repository. On Aug 17,