1

I am trying to clone directory of hipi from GitHub to my Ubuntu System using command 'git clone git@github.com:uvagfx/hipi.git' but it's showing an error as Cloning into 'hipi'... Permission denied (publickey). fatal: The remote end hung up unexpectedly. How to solve this error ?

vinay
  • 167
  • 1
  • 4
  • 12

3 Answers3

0

If you clone to a directory where you have user permission ( /home/user/git) it will work fine.

0

You can use HTTPS version for cloning. That will require you Git Credentials instead of using ssh keys.

git clone https://github.com/uvagfx/hipi.git

alayor
  • 4,537
  • 6
  • 27
  • 47
-1

Checked almost every option posted here .. but what I found useful is backing up database from cpanel and files from file manager and then restoring it .

vinay
  • 167
  • 1
  • 4
  • 12