Globally disable LFS locking

This commit is contained in:
Gavin John 2025-10-02 09:35:29 -07:00 committed by GitHub
parent 7d2d5b7f6c
commit 621c013304
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,4 +6,4 @@ export GIT_AUTHOR_EMAIL="198656834+nur-a-bot[bot]@users.noreply.github.com"
export GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME export GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME
export GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL export GIT_COMMITTER_EMAIL=$GIT_AUTHOR_EMAIL
git config --global "lfs.<unknown>.locksverify" false git config --global lfs.locksverify false