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.
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.
0
This mistake seems to be a bug of a version of Visual Studio.
Try the following options:
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 visual-studio git
You are not signed in. Login or sign up in order to post.
My suggestion is to go through the command line. Usually it is more reliable and displays more significant errors
– Jefferson Quesado
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.
– pnet