The problem I have with the git is that I want to clone the project on another computer and several classes .cs
are missing. The strange thing is that these classes appear but with a yellow triangle and, when I access the folder where I have cloned the project, they are not.
I access the other computer and
- I make a change in those classes and when I want to upload the changes, it tells me that there are no pending changes;
- I create new classes and it tells me the same, that there are no changes;
- I go to the other computer and it does not let me upload anything either;
But about the classes that do exist, it allows me to modify, I have been able to work well but now it does not stop me from doing so pull
and push
the project does not compile. I had to create a new branch from the last version and it compiles me, but the same: I can not upload changes.
Any idea why this can happen?
I use windows 7, the repository is not public, and in Visual Studio I do what I've always done, add elements or modify, I get the check in red indicating that there are changes. When I go to Team Explorer and select the option changes, it tells me that there is no ... unless the changes are made on the elements that I can download.