I've got one single user that continually has issues and receives this error after cloning and then doing a push/pull (also see attachments):
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks fetch --no-tags origin
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks pull origin master
fatal: unable to access 'https://bitbucket.org/somecompany/cpblahblah.git/': OpenSSL SSL_connect: Connection was reset in connection to bitbucket.org:443
Completed with errors, see above.
Any ideas? If I open the console from within sourcetree and paste the above git commands, it will prompt for the app specific password, and it works.
I've uninstalled, deleted all leftover atlassian/sourcetree folders in /users/user/appdata/local(and roaming) and also tried with oauth/basic - it usually works for the first clone, and then craps out. I'm at a loss.
Manual git from the command line works as expected with app-specific pw