Visual studio 2017 with bitbucket, terminal prompts disabled

前端 未结 6 1241
借酒劲吻你
借酒劲吻你 2020-12-07 22:26

The visual studio stopped sending my commits to the bitbucket and this error appears

Error encountered while cloning the remote repository: Git faile

6条回答
  •  北海茫月
    2020-12-07 22:59

    I just solved this same issue for myself in Visual Studio 2019.

    In Tools -> Nuget Package Manager -> Package Manager Console

    This command will update the GitForWindows version (as well as the Git Credentials manager) for you.

    Install-Package GitForWindows -Version 2.23.0

    Reference: https://www.nuget.org/packages/GitForWindows/

提交回复
热议问题