I can not clone a project through Git and Visual Studio 2017

0

When I try to clone a project inside Visual Studio 2017 (Enterprise and Community - I tried both), I get this error:

  

Git process failed unexpectedly. CloneCommand.ExecuteClone

I think it may be my machine, but I do not know what to say.

    
asked by anonymous 21.03.2018 / 19:40

1 answer

0

This error seems to be a bug of a version of Visual Studio.

Try the following options:

  • Upgrade your Visual Studio.
  • Uninstall your version of Git, remove Visual Studio via Visual Studio Seteup, install the latest version of Git and reinstall Visual Studio.
  • As suggested by Jefferson, clone the repository by command line or by using another tool.

If none of this works, I recommend reading the well varied and the solutions quite different. All seemingly related to Visual Studio's own configuration issues.

    
22.08.2018 / 13:20