I have a Git repository on Visual Studio Team Services. When I try to pull commits, I get the following error:
18 uncommitted changes would be overwritten by merge
I've found some question on SO that recommends committing / stashing / etc. local changes. The problem is that I have no any local changes. Here is what git status
outputs:
C:\VS\Project>git status
nothing to commit, working directory clean
There is no local changes. What's more, when I tried to git pull
via command line tools, but I can't login - my credentials for VS Team Services doesn't work (but I can log via web browser or by VS without any problems).
Whan can I do to pull commits?