Hello everybody,
I'm trying to fetch the commits list from the server via the GUI. After the click on a Fetch button, I get the "Fetching All" progress bar, which seems to work, but not too efficient.
Full output says I'm supposed to add the key fingerprint to cache; to do that, I need to type "y" to console window. But for obvious reasons, I cannot enter "y" into console window, since there is no console.
Here's the screenshot:
asdasd.png
Installed SourceTree version: 1.8.3.0
Thanks for the help in advance!
Hi Richard,
The workaround is simple: just get SourceTree to use Embedded Git and get it to trust the host:
And then change it back to System Git.
This should resolve the issue.
Best regards, Damien.
For some reason it doesn't help; I cannot see this window during the "Fetch" procedure. The situation is the same.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hmm... And, with this: http://screencast.com/t/uOsYnPwdL
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is a known issue with SourceTree, refering to https://jira.atlassian.com/browse/SRCTREEWIN-140, here is the solution:
Solution:
Computer:
I hope it will resolve your issue Richard!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can also just launch SourceTree's Terminal, and run "ssh <hostname>".
You don't need to actually have the ability to connect via SSH - the ssh software will check the key first, so you can accept it before the server decides whether you're allowed to connect.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Latest Damien Braz solution with running plink.exe worked for me.
I used plink.exe in my installed version of SourceTree folder and instead of "bitbucket.org" I connected to my problematic server and was able to finally allow it.
After that all worked smoothly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For me, the trick was to switch from putty to open ssh in the general options.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hero! This fixed it for us after hours of frustration!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Worked for me too!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Worked for me. Plink wasn't even installed (or could not be found).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This worked for me. Thank you for posting the answer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, this worked for me too, running version 3.1.3 on Windows 10.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nice, thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Worked for me too!!! Thanks!!!!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am also stuck as Jeffery Brewster is.
Trying the command line (with a different, correct, path to plink) asks me to "login as:" after which it tells me that there are no supported authentication methods.(FATAL).
???
Not sure what to do.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not solved. None of this works.
Trying embedded git, gets me the same result. (No prompt). (makes me question the integrity of this software; why would it work differently on different systems of the SAME OS?? :: ( ))
Trying the command line (with a different, correct, path to plink) asks me to "login as:" after which it tells me that there are no supported authentication methods.(FATAL).
Glad it is so painful to get this working on a brand-new, clean Win10 install....(great product! <-sarcasm intended)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I did this (with embedded Git on) and it solved it for me:
1. copy the Git command from the message
2. Actions --> Open in Terminal
3. insert the Git command
4. the original message appears in the terminal and you can answer it
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.