Steps to Reproduce:
- Open a workspace where the remote is configured with a url in which the project contains spaces and it is percent-encoded (e.g.
git@ssh.dev.azure.com:v3/myorg/my%20project/myrepo). Note that this is how AzDO presents the url in the clone option.
- Try to sign in
Workaround:
Configure the remote url with an actual space instead of the percent-encoded space.
Steps to Reproduce:
git@ssh.dev.azure.com:v3/myorg/my%20project/myrepo). Note that this is how AzDO presents the url in the clone option.Workaround:
Configure the remote url with an actual space instead of the percent-encoded space.