[x]):I can run ssh-key in Command Line Model and Git Bash. Also copied ssh-keygen.exe to the same path of gitea.exe without luck.
...
You need to add the folder where ssh-keygen is located to the PATH environment variables. Default would be C:\Program Files\Git\usr\bin\.
Then restart the whole system to make sure the contents of PATH are not still in cache (or close all command prompts/processes and start gitea again).
closing as answered
Most helpful comment
You need to add the folder where ssh-keygen is located to the PATH environment variables. Default would be
C:\Program Files\Git\usr\bin\.Then restart the whole system to make sure the contents of PATH are not still in cache (or close all command prompts/processes and start gitea again).