🤗 The largest hub of ready-to-use datasets for ML models with fast, easy-to-use and efficient data manipulation tools
19.28k
stars
2.7k
forks
source link
Huggingface GIT returns null as Content-Type instead of application/x-git-receive-pack-result #7225
Open
padmalcom opened 1 month ago
Describe the bug
We push changes to our datasets programmatically. Our git client jGit reports that the hf git server returns null as Content-Type after a push.
Steps to reproduce the bug
A basic kotlin application:
Expected behavior
The git server is expected to return the Content-Type application/x-git-receive-pack-result.
Environment info
It is independent from the datasets library.