LSST tutorial part 1 butler error

Following the instructions on the official tutorial page (Getting started tutorial part 1: setting up the Butler data repository — LSST Science Pipelines), despite the fact that the branch v28_0_1 doesn’t seem to exist, the main issue is that when trying to execute the last line of the python script I’m met with “Failed to instantiate Butler from config file:///arc/home/eoliveira/rc2_subset/SMALL_HSC/butler.yaml.” followed by a barrage of file names without anything helpful. Tried older versions and was met with the same problem, but everything else on the tutorial works fine up to here. Any ideas?

There is a typo. The v28_0_1 tag is what you tell eups to install, for the git tag it should be 28.0.1.

Can you please tell me the errors? We get a lot of errors from LFS not being configured correctly.

eg

or

turns out the error was indeed in the LFS setup, the whole /.gitattributes page was missing with file types to be included in the LFS for some reason, so I made a new one with vim and copied the lines I found inside the original folder in github