After updating MacOS to 10.15.4, I got a problem because the new system update the ssh with version OpenSSH_8.1p1. I manually install OpenSSH_8.2p1 by brew. So Now, command line works well. But sourceTree still hanging. But I don't know where to update ssh version in SourceTree.
Hi!
I am on 10.15.4 (19E287), with OpenSSH_8.1p1. and latest SourceTree.
It works well.
So could you explain why you do you upgrade ssh? maybe I have the same error.
as I know, sourcetree use the your ssh version,
find /Applications/Sourcetree.app | grep
Maybe I do something wrong.
Cheers,
Gonchik
Well, thanks for your attension. My MacOS is 10.15.4 (19E266). I update ssh because I can't do any git action(eg: git clone) on my company gitlab through ssh. It just hanging. With the comand blew:
GIT_SSH_COMMAND="ssh -vvv" git clone ssh://git@xxx.com
the output is:
Cloning into 'xxx...
OpenSSH_8.1p1, LibreSSL 2.7.3
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 47: Applying options for *
debug1: Connecting to g.hz.netease.com port 22222.
No extra output any more. That's why I update ssh to OpenSSH_8.2p1. After updating, git actions on comandline works fine, while SourceTree is still hanging.
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.