I have setup my local gitea.
It is installed in c:/gitea.
It is running correctly with http.
I can clone repo using http.
I cannot using ssh, I have a verified ssh key.
But when I tried to clone a repo using ssh, I got:
Cloning into ‘test’…
The authenticity of host ‘srvdevit (10.0.0.45)’ can’t be established.
ED25519 key fingerprint is SHA256:iqwly3dM23XQ71wMTK+mHYxPJD+8HbrSrdio2m/J6Ko.
This key is not known by any other names.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added ‘srvdevit’ (ED25519) to the list of known hosts.
adminlch@srvdevit’s password:
‘git-upload-pack’ is recongnized has an internal command.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.