I have recently bought a new computer.
I started working on a previous repo and to begin with I was amazed that installing Sourcetree seemed to 'just work'- once I opened the repo it noticed all the changes I'd made. Great
Now I am trying to push them and it wont do it.
I get:
git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags origin master:master
fatal: unable to access 'https://myrepo.git/': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to bitbucket.org:443
And I cannot find anything to fix it. Tried uninstalling and re-installing, deleting the passwd file, and a few other suggestions on here but no progress...
Thanks in hope!