VS 2017 Git Local Commit DB.lock error on every commit

后端 未结 15 1211
小鲜肉
小鲜肉 2020-12-12 10:35

We are getting this error on every local commit:

Git failed with a fatal error.error: open(\".vs/XXXXXX.Dev.Library/v15/Server/sqlite3/db.lock\"): P

15条回答
  •  Happy的楠姐
    2020-12-12 10:53

    Had this and my .gitignore was inside my project folder, but the main git folders were at the solution level. Moving .gitignore out to the solution/git level folders worked. Still not sure how it got there but...

提交回复
热议问题