1

please check this

git clone git@github.com:webcomm/magento-boilerplate.git defaut .

I trying on my folder default but it not work, it give me the following error:

git clone git@github.com:webcomm/magento-boilerplate.git
...
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have correct access rights and the repository exists.
Sebastian Mach
  • 38,570
  • 8
  • 95
  • 130
thanh
  • 11
  • 1
  • It's better to copy and paste the error message, such that everyone can actually read it and such that it is searchable. If anyone searches for the same error message, the person will not find your post. Also, not posting images helps keeping bandwidth small. – Sebastian Mach Mar 31 '14 at 05:55
  • Funnily, just copying+pasting your error would have saved you and us a lot of time ;) – Sebastian Mach Mar 31 '14 at 05:57

1 Answers1

0

One quick workaround, if you don't want to debug your ssh settings, is to use an https url

git clone https://github.com/webcomm/magento-boilerplate

If not, you can see at "Unable to Git-push master to Github" the various points to check to debug an ssh connection, as well as the rights associates with your $HOME/.ssh folder (see this answer) and the Github ssh pages.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250