Although I have created a SSH key and used the SSH command, git clone is failing with “Password authentication in git is no longer supported. You must use a user access token or an SSH key instead” as shown below:
% git clone git@hf.co:TheBloke/docsgpt-7B-mistral-GGUF
Cloning into ‘docsgpt-7B-mistral-GGUF’…
remote: Enumerating objects: 61, done.
remote: Counting objects: 100% (58/58), done.
remote: Compressing objects: 100% (57/57), done.
remote: Total 61 (delta 25), reused 0 (delta 0), pack-reused 3
Receiving objects: 100% (61/61), 14.73 KiB | 4.91 MiB/s, done.
Resolving deltas: 100% (25/25), done.
Updating files: 100% (15/15), done.
Downloading docsgpt-7b-mistral.Q3_K_L.gguf (3.8 GB)iB/s
Error downloading object: docsgpt-7b-mistral.Q3_K_L.gguf (2920082): Smudge error: Error downloading docsgpt-7b-mistral.Q3_K_L.gguf (2920082dee3cc4cc3f4ea11075aaabf3390e4cfed1f6a37994d40898036e8940): batch response: Authentication required: Password authentication in git is no longer supported. You must use a user access token or an SSH key instead.
Errors logged to ‘…/docsgpt-7B-mistral-GGUF/.git/lfs/logs/20231229T230244.647696.log’.
Use git lfs logs last
to view the log.
error: external filter ‘git-lfs filter-process’ failed
fatal: docsgpt-7b-mistral.Q3_K_L.gguf: smudge filter lfs failed
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with ‘git status’
and retry with ‘git restore --source=HEAD :/’
The SSH test works:
ssh -T git@hf.co
Hi tamsinC, welcome to Hugging Face.
This is on a Mac