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

后端 未结 15 1215
小鲜肉
小鲜肉 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 10:41

    dotnet now includes a command for gitignore.

    Open cmd.exe from your project folder and type:

    dotnet new gitignore
    

提交回复
热议问题