Cannot clone git from Azure DevOps using PAT

后端 未结 8 1767
礼貌的吻别
礼貌的吻别 2020-12-15 07:11

I cannot clone a simple repository from Azure DevOps. OS: Ubuntu 18.10

I do this:

  • Got to Azure DevOps
  • Click on the top right corner on my use
8条回答
  •  忘掉有多难
    2020-12-15 07:51

    Try : First delete the git credentials from Credential manager. Try Generating a new personal access token to resolve this error

    Go to security ->Personal access token->Add Give Description, select All scopes, click Create Token.

    Copy the token and store it for later use. This token can now be used in place of password for the git user.

提交回复
热议问题