Visual Studio TFS Git not seeing any changes

后端 未结 11 839
后悔当初
后悔当初 2020-12-23 13:13

I\'m not getting something about Visual Studio\'s Git for TFS.

I cloned a colleague\'s solution in Git on TFS and started adding code. I then realised that I needed

11条回答
  •  眼角桃花
    2020-12-23 13:58

    I'm using VS 2015 Update 1 and also meet this problem. Furthermore, at the same time, the VS' output window told me my VC.opendb file under the solution folder is occupied by another program. According to this, I fixed the issue of occupying: add *.VC.opendb and *.VC.db to the .gitignore file. Then everything goes well.

提交回复
热议问题