Hello,
I'm using sourcetree on my Windows PC for a few weeks now but got a problem with my ssh connection to my GIT Server hosted on a Synology NAS.
The Repo (and also remote) works like expected when using Visual Studio or TortoisGit.
For the Remote i'm using an ssh://USER@SERVER:PORT/PATH_TO_GIT path.
In TortoisGit i get an Passwordprompt whenever i want to push/pull/.. from/to my server.
I found some articles on the internet that told me that Sourcetree should also do this. But it doesn't. I only shows me an error message:
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks fetch --no-tags cdserver
fatal: protocol error: bad line length character: Carl
FATAL ERROR: Error reading from console: Error 109: Die Pipe wurde beendet.
Where Carl are the first 4 Charcters of my Username in the ssh-path (ssh://Carlo@SERVER..).
I only found informations that this looks like an GIT error message. Where the 4 Characters that contain "Carl" should contain an error Message that GIT Outputs.
I don't want to use SSH Keys.
I tried using openSSH and PuTTY/Plink option in the settings. openSSH doesn't support entering a Password what tells me that this won't work.
I also updated GIT to the latest version and tried using Embedded Git version.
Always the same result. I also tried removing the .ssh folder in my useraccount as i thounght it might take an old SSH key version.
Any Ideas?