Closed aashutoshrathi closed 2 years ago
If the user's .gitconfig contains SSH URI of repo, instead of std HTTPS one, then it fails to parse out the username.
Ex: git@github.com:microsoft/dts-gen.git gives me which is default value.
git@github.com:microsoft/dts-gen.git
me
If the user's .gitconfig contains SSH URI of repo, instead of std HTTPS one, then it fails to parse out the username.
Ex:
git@github.com:microsoft/dts-gen.git
givesme
which is default value.