I started tracking some files with git-lfs. Upon my next git push
, I get constant (censored) message:
Locking support detected on remote "origin". Consider enabling it with:
$ git config lfs.<repo_url>.git/info/lfs.locksverify true
When I run git config lfs.<repo_url>.git/info/lfs.locksverify true
, the command exits with success and no output, and the same message continues to print with every git push
.
Considering we have automation scripted around git output, how can I disable this message? Will every git client using my repo now have to run the same remediation?