Sto usando Cygwin su Windows 10.
Quando si usa ssh user@server.com
ssh carica correttamente il mio id_rsa
, mi chiede la passphrase e poi mi autentica sul server.
Tuttavia, quando provo a git push ssh://user@server.com/~/repo.git
, Ottengo questo errore:
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Non git usa il meccanismo ssh e quindi dovrebbe anche autenticarmi con successo?