Hey,
I am looking for a way to work around this bug, I would like to do this by checking in a file (.lfsconfig) like described here. Those are the steps I executed so far:
git config -f .lfsconfig lfs.https://bitbucket.org/myorganization/repo_sub_03.git.access basic
git add .lfsconfig
git submodule update --init --recursive --force
However, I still encounter said bug. What am I doing wrong?