设置:

  • Windows 10
  • 具有更新
  • 的Visual Studio 2015
  • 以管理员模式运行


  • 我无法使用Visual Studio 2015提交更改,因为未显示commit选项。

    当我转到源文件夹并尝试从那里提交时,我没有n个更改的文件,因此我单击“阶段已更改”,这会 pop 对话框“阶段n未跟踪的文件?”,单击“”是的“。

    然后出现一个错误错误:



    其中myfile只是任意文件的名称。

    但是,如果我关闭解决方案,然后尝试从该文件夹提交,则一切都按预期工作...

    这里发生了什么?我有所有更新。

    最佳答案

    在Visual Studio 2015更新1中添加了.opendb文件,但直到发布更新1之后,才将其添加到默认.gitignore文件中。

    您可以使用更新的版本found here.opendb扩展名是在2015年12月1日添加的:

    git - Visual Studio 2015和Git错误: open ("somefile.VC.opendb"): Permission denied fatal: Unable to process path myfile. VC.opendb-LMLPHP

    关于git - Visual Studio 2015和Git错误: open ("somefile.VC.opendb"): Permission denied fatal: Unable to process path myfile. VC.opendb,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/34975423/

    10-10 23:30