git clone https://huggingface.co/yourid/pic
python -m pip install huggingface_hub #命令行模式传文件
huggingface-cli login
git lfs install #为传大文件做准备
git add .
git commit -m “commit”
git push
push的时候会让输入用户名(就是你的注册邮箱)和密码,解决git总输入用户名和密码的问题:
git config –global credential.helper store