-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
High
-
None
-
Affects Version/s: 3.4.28, 3.4.29
-
Component/s: General
-
None
-
Severity 2 - Major
I am unable to view GitLab repositories in the Remote Repositories "tab" in SourceTree. The organization's groups show up but the repositories themselves are never found. I have selected all GitLab Personal Access Token scopes and the repositories are still unavailable.
The logs may have some useful details. I turned up SourceTree logging to DEUBG and this error stood out.
DEBUG [2026-02-25 19:42:14,514] [1] [SourceTree.Configuration.DefaultConfigurationManager] [Log] - Attempted to read setting [GitLabDefaultBaseUrlOveride] failed. Returning default value []
System.Configuration.SettingsPropertyNotFoundException: The settings property 'GitLabDefaultBaseUrlOveride' was not found.
at System.Configuration.SettingsBase.GetPropertyValueByName(String propertyName)
at System.Configuration.SettingsBase.get_Item(String propertyName)
at System.Configuration.ApplicationSettingsBase.GetPropertyValue(String propertyName)
at System.Configuration.ApplicationSettingsBase.get_Item(String propertyName)
at SourceTree.Configuration.DefaultConfigurationManager.GetSettingValue[T](String settingName, T defaultValue)
Note the typo in "GitLabDefaultBaseUrlOveride". Seems like this should be "GitLabDefaultBaseUrlOverride" with two "r"s. It may be the issue and may be irrelevant but I thought it worth mentioning.