Hello,
I cannot use git extensions in visual studio if the git url contains
an @ sign. For example, my git url is:
ssh://user...@company.com@
git.company.com/repos/MyProject.git
git extensions complains that this is not a valid url, but it works
for all other git clients that I've used (TortoiseGit, git command
line, qgit).
I tried substituting the URL encoded value for the first @ sign, but
that did not work.
Please advise.
David