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

后端 未结 15 1216
小鲜肉
小鲜肉 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条回答
  •  旧巷少年郎
    2020-12-12 11:03

    if you are using an IDE like visual studio and it is open while you sending commands close IDE and try again

    git add .
    

    and other commands, it will workout

提交回复
热议问题