1
votes

I am trying to clone directory of hipi from GitHub to my Ubuntu System using command 'git clone [email protected]: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 ?

3

3 Answers

0
votes

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

0
votes

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

-1
votes

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 .