Can't Push to New Space

hi @Grokgpt ,

sorry you’re having issues, one note it seems like you’re on OSX, once had similar issue and it was due to my keychain access misconfigured.

One hack way to solve it is to add your token and user to your .git/config inside your repo

[remote "origin"]
        url = https://USER:TOKEN@huggingface.co/spaces/Grokgpt/grokgpt
        fetch = +refs/heads/*:refs/remotes/origin/*
4 Likes