https://bugs.winehq.org/show_bug.cgi?id=47314 --- Comment #3 from nill14 <pavel.sklenak(a)gmail.com> --- The login process relies on IE, as this underpins the WF webview. Workaround At a minimum IE needs to be configured as follows: Cog/Internet options/Security settings need to be enabled Misc/Access data sources across domains Misc/Allow META-REFRESH Scripting/Active Scripting The browser mode set to 10 The document mode set to 10 These can be set using the F12 developer tools. Those are the settings that matter. It should also be able to set them indirectly by: making sure https://id.atlassian.com is NOT set to be rendered in Compatibility Mode Set Cog/Internet options/Security to Medium-High source: https://community.atlassian.com/t5/Sourcetree-questions/Can-t-install-Source... You can change the default callback server that Sourcetree runs via the BitbucketOAuthCallbackUrl setting in the sourcetree.exe.config e.g. <Setting Name="BitbucketOAuthCallbackUrl" Type="System.String" Scope="Application"> <Value Profile="(Default)">http://localhost:34106/</Value> </Setting> But this wont be persisted across updates and, to be honest, may fail anyway as the callback url is part of the OAuth consumer configuration on the Github and Bitbucket servers. I had the same issue. I closed SourceTree and restarted as "Run as administrator". It working now. source: https://jira.atlassian.com/browse/SRCTREEWIN-7092?focusedCommentId=1892703&p... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.