I've read various topics on that problem here and already performed all proposed solutions to no success.
The problem is when I'm installing sourcetree it asks me to login to my account. This action fails in IE (I have 11.0.7).
When I try to access id.atlassian.com with IE it also fails after the login is accepted. Devtools shows the problem in the `require` object.
Specifically:
SCRIPT5009: 'require' is undefined
File: require-config.js, Line: 1, Column: 1
In two callbacks (one to some cdn service and the second is callback?email=...&state=... which I think is supposed to perform login itself.
Of course, everything works fine in anything but IE.
How to install SourceTree in that case?