lspahija / AIUI

AIUI is a platform enabling seamless two-way verbal communication with AI.
MIT License
326 stars 75 forks source link

Git clone says "don't have permission" #35

Closed lightningquick closed 1 year ago

lightningquick commented 1 year ago

Works if we use the link from button

Here is the exact message

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.

boveyking commented 1 year ago

Are you using VPN or behind proxy?

bragabruno commented 1 year ago

we should use git clone https://github.com/lspahija/AIUI.git instead of git clone git@github.com:lspahija/AIUI.git.

lspahija commented 1 year ago

To clone GitHub repos using the SSH protocol, you have to add your SSH key to your GitHub account: https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account