Batch response: Too many password attempts while uploading the dataset files with lfs

I am trying to upload the dataset (approx of 1900 hdf5 files of ~5-10mb in size) to the hf hub following instruction from the documentation. After the lfs init, I added *.hdf5 to the lsf track. After

git add .
git commit -m "init"
git push origin main

I get such error:

Uploading LFS objects:  13% (498/3868), 1.1 GB | 8.2 MB/s, done.
batch response: Too many password attempts
batch response: Too many password attempts
batch response: Too many password attempts
batch response: Too many password attempts
batch response: Too many password attempts
batch response: Too many password attempts
batch response: Too many password attempts
batch response: Too many password attempts
batch response: Too many password attempts
batch response: Too many password attempts
batch response: Too many password attempts
batch response: Too many password attempts
error: failed to push some refs to 'hf.co:datasets/tinkoff-ai/nld-aa-taster'

I did not find similar errors in hf issues or in git lfs issues. Any ideas what is wrong here?

Hi! I think this can happen if your token is not valid (invalid SSH key?).

Maybe @coyotte508 can help.

Another option is to use huggingface_hub’s create_commit to push the files programmatically.