Hi @radames ,
Thanks for your time!
Here is my .git/config content.
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = https://huggingface.co/datasets/bridgeconn/snow_mountain
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "main"]
remote = origin
merge = refs/heads/main
[lfs "customtransfer.multipart"]
path = huggingface-cli
args = lfs-multipart-upload
[credential]
helper = store
[lfs "https://huggingface.co/datasets/bridgeconn/snow_mountain.git/info/lfs"]
locksverify = false
access = basic
[pull]
rebase = false