Beginning with the SourceTree 3.4.8 (Windows) update, I can no longer push or pull. Everything else seems to work, but I'm having to use the git command line for push/pull. The error message is (personal info replaced with asterisks):
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks push -v origin develop:develop
Pushing to ssh://***
fatal: protocol error: bad line length character: ***
Completed with errors, see above.
Is there a workaround for this until the bug gets fixed?
Thank you.