I have tried to install the latest version of sourcetree, but it gives the error
sourcetree has stopped working .
I checked the log file and it shows the following error
ERROR [2018-08-03 11:47:23,937] [1] [SourceTree.App] [.ctor] - finish EnsureSquirrelExecutionStubIsCopied
So tried to add this setting to the user.config file.
<setting name="AutomaticallyCleanUpDictionaryFiles" serializeAs="String">
<value>True</value>
</setting>
It still does not work, where am I going wrong, is there any other way?
regards
Hi Piyush,
Please navigate to the config file location (C:\Users\{USERNAME}\AppData\Local\Atlassian\SourceTree.exe_{RANDOM_GUID}\2.3.1.0\user.config) and find the following line:
<setting name="AutomaticallyCleanUpDictionaryFiles" serializeAs="String">
<value>True</value>
</setting>
Make sure that value is set to True
Let us know if it worked for you!
Kind regards!
Ana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.