I can’t clone a project through Git and Visual Studio 2017

Asked

Viewed 269 times

0

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

Git process failed unexpectedly. Clonecommand.Executeclone

I think it might be my machine, but I don’t know the exact answer.

  • My suggestion is to go through the command line. Usually it is more reliable and displays more significant errors

  • 1

    I did and no more error, but I still do not go up to the remote. It is all local. I will open another post for this. @Jeffersonquesado, I think it worked.

1 answer

0

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

Try the following options:

  • Update 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 using another tool.

If none of this works, I recommend reading following thread, because the cause of this problem seems to be well varied and very different solutions. All apparently related to configuration problems of Visual Studio itself.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.