-
Bug
-
Resolution: Duplicate
-
Low
-
None
-
3.0.8
-
Windows 10 Pro v1803 build 17134.345
-
Severity 3 - Minor
See also SRCTREE-6139 (where this was originally misreported as a Mac issue).
As originally reported by Attila Tamas Zimler :
"The private remote SSH access is not expected to have remote details beside the origin path, so the optional extended integration is not configured. However, because no configuration for it, the Red exclamation mark does not disappear. Which in turn, is irritating."
The problem with this UX is that it is giving the false impression that something is wrong that the user needs to correct, and obviously there is nothing to correct.
- is duplicated by
-
SRCTREEWIN-13417 Changing the remote repository path of project causes SourceTree to crash
-
- Closed
-
Work-around
1. Close Sourcetree
2. In the project's local .git directory, edit the file sourcetreeconfig.json as follows:
Replace:
"RemoteProjectLinks": []
With:
3. Restart Sourcetree
On inspection you will notice that RemoteProjectLinks will be further populated automatically with additional fields that are mainly nulls.
This change had no negative impact on the use of Sourcetree to interact with local repository servers, but had the positive impact of removing that annoying misleading red exclamation badge.