vs2015 使用GIT的时候 “Could not open '***.VC.opendb'”

Posted peacepeacepeace

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vs2015 使用GIT的时候 “Could not open '***.VC.opendb'”相关的知识,希望对你有一定的参考价值。

参考

https://blog.csdn.net/weixin_

36401046/article/details/52954408 https://stackoverflow.com/questions/34975423/visual-studio-2015-git-error-opensomefile-vc-opendb-permission-denied-fa


问题

在开着VS2015时,用git add .会报错,情况如下

技术分享图片


 

解决方法

1、在需要创建 .gitignore 文件的文件夹, 右键选择Git Bash 进入命令行,进入项目所在目录。

2、输入 touch .gitignore ,生成“.gitignore”文件。

技术分享图片

 

3、在”.gitignore” 文件里输入你要忽略的文件夹及其文件就可以了。(注意格式)

技术分享图片

 

以上是关于vs2015 使用GIT的时候 “Could not open '***.VC.opendb'”的主要内容,如果未能解决你的问题,请参考以下文章

VS2015使用OSChina的git功能

码云使用 Git使用及VS2015与码云关联使用

git + vs2015

当我尝试发布时 VS2015 崩溃

获取时遇到错误:使用VS 2015无效重定向到不同的主机Git

VS 2017 Git failed with a fatal error的解决办法