Error committing to Project. Visual Studio 2019

Asked

Viewed 133 times

0

When committing in my project the following error came up attached below, I cannot identify what is causing it. I need help. I’ve uninstalled git install again, updated visual studio, but the error persists.

  • "I have tried to solve several ways but no effect has arisen" should quote what you have tried in your question so we do not suggest things you have tried, it is easier to analyze

  • Sorry, I expressed myself wrong, already corrected.

  • quiet, but the idea is to really put in the question anything that has already tried to help understand better what is happening

  • either way this error usually happens when you’re adding to git files that shouldn’t go, you can resolve this by adding these files to a file .gitignore, for example this folder .vs should not go

  • 1

    see if this solves and I can put a more detailed answer, but in the root folder of your project you should have a file .gitignore, if you don’t include one, it’s a text file that should only have that "name", and include the line ". vs/" in it to commit that folder

  • Okay I’ll try, but if you answer in more detail it will be of great help

  • I was able to commit only the file, but the changes were not @Ricardopunctual

Show 2 more comments
No answers

Browser other questions tagged

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