While working with a project stored on Gitlab and using Visual Studio 2013 Express RC, I ran into an issue where a couple items in Solution Explorer were marked with a red x (where a padlock, plus sign, or red checkmark typically are) with a tooltip of "pending delete" and in the Team Explorer changes window I see that they are marked for delete and a few of these items, oddly, were duplicated in the Untracked changes section as well. Not sure how to reproduce. The only thing I can think of doing was removing Entity Framework and adding in EF6 RC1.
The real problem is that I attempted committing the items which worked fine. I figured after syncing that I could just reconstruct the items that may end up disappearing. However, when I went to commits -> Sync, I received this error:
An error occurred. Detailed message: An error was raised by libgit2.
Category = Net (Error).
Response status code does not indicate success: 413 (Request Entity Too Large).
I imagine the odd behavior vaguely described (sorry, no idea how it originally happened) is the culprit in this.