I’m trying to clone a private space on another computer (I already cloned it one time) but it gives me an authentication error, I’ve checked the password several times and it’s the right one, what could it be due to?
I can clone other public spaces that do not require the password:
a457934@ESSEV10L1686140 git % git clone https://huggingface.co/spaces/mnslarcher/minimal/tree/main
Cloning into 'main'...
Username for 'https://huggingface.co': mnslarcher
Password for 'https://mnslarcher@huggingface.co':
fatal: Authentication failed for 'https://huggingface.co/spaces/mnslarcher/minimal/tree/main/'
I can clone other public spaces that do not require the password:
a457934@ESSEV10L1686140 git % git clone https://huggingface.co/spaces/Alican/pixera
Cloning into 'pixera'...
remote: Enumerating objects: 171, done.
remote: Counting objects: 100% (6/6), done.
remote: Compressing objects: 100% (6/6), done.
remote: Total 171 (delta 2), reused 0 (delta 0), pack-reused 165
Receiving objects: 100% (171/171), 4.57 MiB | 1.40 MiB/s, done.
Resolving deltas: 100% (63/63), done.
a457934@ESSEV10L1686140 git %