Assuming you've installed git with default settings on Windows 10, and you have your ssh keys in ~/.ssh
(where ~
expands to something like C:/Users/user
) as something like id_rsa
and id_rsa.pub
, you'll be unable to use the git bash to clone repos with git clone [email protected]:user/project.git
. The git bash will always output some error log like
Cloning into 'project'...
\302\226\302\[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights