Authentication error while cloning a private space

hi @mnslarcher,

Two points: first, you’re trying to clone a repo address with some extra params /tree/main. That won’t work. The correct would be git clone https://huggingface.co/spaces/mnslarcher/minimal

Second: It seems like your Space is private, so you need to be logged in with your personal tokens.
Or a shortcut with a shortcut git clone https://USER:TOKEN@huggingface.co/spaces/mnslarcher

2 Likes