Git push rejected

hi @anjalyjayakrishnan ,

It looks like you’re trying to push to https://huggingface.co/datasets/my_dataset ?

Could you please share your .git/config inside your repo, if it does not contain any confidential tokens?
You should see something similar to this

[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
	precomposeunicode = true
[remote "origin"]
	url = https://huggingface.co/datasets/radames/test
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "main"]
	remote = origin
	merge = refs/heads/main
[lfs]
	repositoryformatversion = 0
[lfs "https://huggingface.co/datasets/radames/test.git/info/lfs"]
	locksverify = false
	access = basic