git-lfs-migrate seems to generate a .gitattributes file with spaces in the file names left intact, causing "not a valid attribute name" errors upon cloning. Apparently it should replace spaces with [:space:] instead. See git-lfs/git-lfs#298 and git-lfs/git-lfs#327.
git-lfs-migrate seems to generate a .gitattributes file with spaces in the file names left intact, causing "not a valid attribute name" errors upon cloning. Apparently it should replace spaces with
[:space:]instead. See git-lfs/git-lfs#298 and git-lfs/git-lfs#327.