Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional configuration for Azure is possibly wrong #2029

Open
garysassano opened this issue Sep 27, 2024 · 0 comments
Open

Additional configuration for Azure is possibly wrong #2029

garysassano opened this issue Sep 27, 2024 · 0 comments

Comments

@garysassano
Copy link

Type of issue

Missing information

Feedback

Azure DevOps Services was formerly known as Visual Studio Team Services (VSTS). If you're using an older Azure DevOps account, you might still have a <org>.visualstudio.com link when cloning repositories from Azure Repos. In this case, the configuration recommended in the guide will not work because it assumes a newer account format of dev.azure.com/<org>.

As a result, the following command will not function correctly:

git config --global credential.https://dev.azure.com.useHttpPath true

To achieve the equivalent functionality for the visualstudio.com domain, you should use the following command instead:

git config --global credential.https://*.visualstudio.com.useHttpPath true

Page URL

https://learn.microsoft.com/en-us/windows/wsl/tutorials/wsl-git

Content source URL

https://github.com/MicrosoftDocs/wsl/blob/main/WSL/tutorials/wsl-git.md

Author

@craigloewen-msft

Document Id

12e275fa-8010-5e5a-af8c-120f11ab0932

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant