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.
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.
Browser other questions tagged visual-studio git
You are not signed in. Login or sign up in order to post.
"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
– Ricardo Pontual
Sorry, I expressed myself wrong, already corrected.
– João Marcos
quiet, but the idea is to really put in the question anything that has already tried to help understand better what is happening
– Ricardo Pontual
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– Ricardo Pontual
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– Ricardo Pontual
Okay I’ll try, but if you answer in more detail it will be of great help
– João Marcos
I was able to commit only the file, but the changes were not @Ricardopunctual
– João Marcos