-
Notifications
You must be signed in to change notification settings - Fork 75
Description
Hello,
when following the instructions on knowthen/fpjs-setup I get an error (tried git clone several times, getting a slightly different error every time):
user@VirtualBox:~/functional_programming$ git clone git@github.com:knowthen/fpjs.git
Cloning into 'fpjs'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
user@VirtualBox:/functional_programming$ git clone git@github.com/knowthen/fpjs.git
fatal: repository 'git@github.com/knowthen/fpjs.git' does not exist
user@VirtualBox:~/functional_programming$ git clone git@github.com:knowthen/fpjs.git
Cloning into 'fpjs'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Doing git clone https://github.com/knowthen/fpjs.git works just fine.
Cloning into 'fpjs'...
remote: Counting objects: 246, done.
remote: Compressing objects: 100% (8/8), done.
remote: Total 246 (delta 1), reused 3 (delta 0), pack-reused 237
Receiving objects: 100% (246/246), 102.50 KiB | 0 bytes/s, done.
Resolving deltas: 100% (125/125), done.
Checking connectivity... done.
Thought I report it in case somebody else bumps to this error. Not sure what the cause is though.