fumeapp/laranuxt

Permission denied when trying to clone git repo

Arturexe opened this issue · 4 comments

❯ git clone git@github.com:fumeapp/laranuxt.git
Cloning into 'laranuxt'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Looks like your are cloning with ssh, when you go to your GitHub settings do you have a SSH registered?

Looks like your are cloning with ssh, when you go to your GitHub settings do you have a SSH registered?

You can also try just cloning with regular HTTPS

git clone https://github.com/fumeapp/laranuxt.git

I had a ssh key in my settings but even after I deleted it, the problem persisted. Using HTTPS works though. Thank you.

I had a ssh key in my settings but even after I deleted it, the problem persisted. Using HTTPS works though. Thank you.

Maybe create new ssh key and upload it your GitHub settings, this link might be able to help you out.