Git pull – smudge filter lfs failed

In my case the SSH-authenticated repository was updated to use LFS from another client and on my side Git-LFS didn’t know about the SSH remote-url. What I did to fix it was the following: Copy the URL configured in remote.origin.url (push URL for origin) to lfs.url (the URL LFS uses): $ git config lfs.url $(git … Read more

Difference between git-lfs and dvc

DVC is not better than git-lfs: they are quite different. The selected answer is largely biased. Both are simply different tools, for different purposes. git-lfs is intended to be transparent to git, therefore it requires a customized server. Its learning process is short and fast. Some configuration commands, and bang! it is running, storing large … Read more