I have a git repo on bitbucket. Recently I added a large file using LFS. After that I keep on having problem cloning from my repo. The following is the error message I get:
Bitbucket cannot execute 'git-lfs-authenticate [XXX] download'. The command is not supported as entered.
Ensure you are using a supported SCM, check the syntax and try again.: exit status 1
I then realize my bitbucket account does not support LFS. I am ok to just remove the LFS file and recommit it as regular file. But with the above error I can no longer clone my repo. How can I fix my repo?