-1

Windows 10, key stored in running Pageant, GIT_SSH set to path leading to plink.exse. The commnand goes through on Linux, so I guess the problem is with Windows and SSH settings?

The line I am calling is: git clone ssh://git.address/srv/git/particularRepo

Faire
  • 706
  • 1
  • 9
  • 31

1 Answers1

0

Try adding a git@ in front of the hostname like this

git clone ssh://git@github.com/organization/repo

Also if it's a github repo try copying the code from the green clone or download button. example