There is LFS git repository hosted at Bitbucket server. Now we need to create new LFS repo and move repository there with LFS storage.
How to do this?
For
You can modify the lfs endpoint in your local repo by doing something like:
git config lfs.url = "https://my_other_server.example.com/foo/bar/info/lfs"
If you need it to stick in the repository, they recommend:
git config -f .lfsconfig lfs.url https://my_other_server.example.com/foo/bar/info/lfs
git add .lfsconfig
See https://github.com/github/git-lfs/wiki/Tutorial#lfs-url