[Bug 47314] SourceTree fails to install

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jun 3 16:16:58 CDT 2019


https://bugs.winehq.org/show_bug.cgi?id=47314

--- Comment #3 from nill14 <pavel.sklenak at 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-SourceTree-due-to-login-problems/qaq-p/648705

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&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-1892703

-- 
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.



More information about the wine-bugs mailing list