jamesob / desk

A lightweight workspace manager for the shell
MIT License
2.54k stars 111 forks source link

Update url to clone project #83

Closed heldersepu closed 3 years ago

heldersepu commented 5 years ago

With the old url: git@github.com:jamesob/desk.git we get a Permission denied error

ubuntu@ip-172-31-5-138:~$ git clone git@github.com:jamesob/desk.git
Cloning into 'desk'...
The authenticity of host 'github.com (192.30.253.113)' can't be established.
RSA key fingerprint is SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'github.com,192.30.253.113' (RSA) to the list of known hosts.
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
heldersepu commented 3 years ago

:disappointed: