Git changes not showing in VS2013 Update 2

后端 未结 8 1084
旧巷少年郎
旧巷少年郎 2021-02-19 08:02

I am using Git in VS2013 and my changed files are not showing up in the Changes window of VS.

When I have changed a file but before I have saved it to disk it does show

8条回答
  •  孤独总比滥情好
    2021-02-19 08:26

    I'm using Visual Studio 2017, but I had to EXACT same problem. Took me hours to actually figure out a solution.

    Solution:

    1. Find your .git folder.
    2. Locate and delete the 'index.lock' file.
    3. Restart Visual Studio.

    I hope this helps someone!

提交回复
热议问题