Closed Fabian42 closed 6 years ago
As this is a public repository, there can't be any issues regarding authentication. I guess there is something wrong with your rsa keys (do you have the correct permissions on your .ssh folder and private key?)
You can definitely clone the repository using https as a workaround, though
git clone https://github.com/MStadlmeier/drivesync.git
All I did was to install Debian, then Chrome and a few other essential programs, then git and then I installed this. I modified no permissions of any folder. If https works, that should probably be in readme.
Bit of a necro, but SSH access requires you to generate a SSH keypair (ssh-keygen -t ed25519
) and upload the public key (~/.ssh/id_ed25519.pub
) in your account settings. If you only need read-only access then you should probably clone over HTTPS instead.
This is generic for all GitHub-hosted repos (and most Git hosts in general), and has nothing to do with this repo in particular.
I had to setup my system new, installed
git
(Ruby was already installed) and didgit clone git@github.com:MStadlmeier/drivesync.git
. The result was: