Source Tree doesn't seem to work with gitlab EE... It used to, but until it stopped for some reason.
1) Add gitlab credentials under Accounts (https & PAT authentication)
2) Disabled SSL certificate Validation
When I open remote, I can see the projects but when I clone, I see the below error
Repository Type: ? This is not a valid source path / URL
Details:
Command: git -c diff.mnemonicprefix=false -c core.quotepath=false ls-remote https://gitHost/groups/projectName.git
Output:
Error: fatal: repository 'https://gitHost/groups/projectName.git' not found
Interestingly it used to work before but not anymore. I tired reinstalling, but no avail.