-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 2.7.2, 2.7.4
-
Component/s: Git
-
None
-
Environment:
macOS 10.13.4
Tried on 2.7.2, then got notification that 2.7.4 was available, so tried that.
-
Severity 3 - Minor
- Create a new repository:
mkdir test; cd test; git init; touch .gitignore; git add .gitignore; git commit -m "Init." - Add repository to SourceTree.
- In SourceTree window for that repository, click Settings.
- In Settings modal, click Remotes tab.
- See an origin with no path. Click Edit for it.
- Enter a URL (ssh://git@<domain>/<path>).
- Click OK.
- Attempt a push. It fails.
- Look back in remote settings, and see that your change wasn't saved.