About 50 results
Open links in new tab
  1. Error with certification validation when cloning repo from Azure …

    Jan 2, 2024 · I tried to clone the Azure DevOps repository into the Visual Studio 2022 and I came across some errors that is difficult to workaround and figure out. Although my PAT is properly …

  2. Installing azure devops extension in powershell but getting error

    Feb 10, 2023 · I am trying to install an azure DevOps extension in PowerShell using the command: az extension add --name azure-devops . But, getting certification error. I tried to …

  3. SSL certificate rejected by Git Clone though the CA is trusted

    Feb 6, 2025 · With Git bash on Windows 11, I try to git clone an Azure DevOps repository, but get rejected with SSL peer certificate or SSH remote key was not OK. I know roughly what it …

  4. Azure DevOps Server pipeline build fails when using self-signed …

    Jul 2, 2019 · Azure DevOps Server pipeline build fails when using self-signed SSL certificate with "unable to get local issuer certificate" during NuGet restore Asked 6 years, 7 months ago …

  5. SSL certificate problem: unable to get local issuer certificate …

    Jun 14, 2021 · SSL certificate problem: unable to get local issuer certificate AZURE DEVOPS Asked 4 years, 8 months ago Modified 2 months ago Viewed 69k times

  6. azure devops - How to resolve "No hosted parallelism has been …

    Jul 16, 2021 · People were automatically spinning up new Azure DevOps accounts, added a pipeline to start mining and queued a bunch of jobs. Basically abusing the free hosted agents. …

  7. azure pipeline - how to pass certificate to pipeline agent

    May 13, 2020 · Generally, we can use the Secure Files to store the signing certificates. Secure files are defined and managed in the Library tab in Azure Pipelines. Then we can use the …

  8. visual studio - GIT error in Azure DEVOPS - Stack Overflow

    Oct 23, 2019 · -1 Go to the Azure Git repository, click on "Clone". In the overlay screen, click on "Generate Git Credentials". This refreshes the credentials and solves the issue.

  9. powershell - How do I provide service principal's authorization for …

    Nov 21, 2024 · First, you can check the document to learn about Use service principals & managed identities in Azure DevOps. To use the Service Principal's credentials, we should …

  10. Azure - Generating oAuth token wiht Azure devops scopes

    Mar 1, 2024 · I agree with @ wade zhou - MSFT, the scope to access Azure DevOps Services REST API must be 499b84ac-1321-427f-aa17-267ca6975798/.default that is the Resource …