I have installed source tree v1.8.3 and when I login to my Alassian account at first to complete installation, the source tree crashes. My OS is win 8.1.
Sourcetree log file is here:
ERROR [2016-07-11 12:13:15,043] [PriorityScheduler: ] [SourceTree.Bookmarks.BookmarkManager] [RegisterBookmarkEventHandlers] - RegisterBookmarkEventHandlers called with null list
How can I solve it?
Please someone help me.
I know that source tree use IE for login. On win 8.1 it has occur some issues. I am not sure why it have. You can follow steps.
accounts.json file is
[
{
"$id": "1",
"$type": "SourceTree.Api.Host.Identity.Model.IdentityAccount, SourceTree.Api.Host.Identity",
"Authenticate": true,
"HostInstance": {
"$id": "2",
"$type": "SourceTree.Host.Atlassianaccount.AtlassianAccountInstance, SourceTree.Host.AtlassianAccount",
"Host": {
"$id": "3",
"$type": "SourceTree.Host.Atlassianaccount.AtlassianAccountHost, SourceTree.Host.AtlassianAccount",
"Id": "atlassian account"
},
"BaseUrl": "https://id.atlassian.com/"
},
"Credentials": {
"$id": "4",
"$type": "SourceTree.Model.BasicAuthCredentials, SourceTree.Api.Account",
"Username": "<Atlassianaccount>",
"Email": null
},
"IsDefault": false
}
]