I work with VS 2015 Enterprise
on a branch of a git-repository that is pulled from my remote origin (= TFS 2015
).
I can change and commit something successfully. In the moment I go to the Sync
-area in the Team Explorer
I see an error on top:
An error occurred. Detailed message: Object not found - no matching loose object (<a 40-character-id is here>)
...and I don´t see my local commit in the list "Outgoing Commits" where I expected it to be.
But within the PowerShell I can execute "git push
" without problems.