I´m currently trying to set up a local Raspberry Pi git server and a simple git Client with GitExtension on Windows 10. However, up to this point, I configured the git server on the Raspberry pi and created the respective .git folder which contains the desired repository. I also enabled the SSH Option on the Raspberry Pi. Additional to that, I installed GitExtensions on Windows 10 beside Putty in order to create a SSH tunnel.
As an initial step I created an RSA key pair on the Windows 10 Client and transfered the public part of the key pair to the server (~/.ssh). Afterwards I tried to connect to the git server by building up a SSH tunnel from Windows 10 to the Raspberry git server. However, for some reasons I haven´t figured out what is going wrong. I always get the follwoing error message.
Can somebody tell me what I´m doing wrong?
Best regards
Ratbald