Xonotic Forums

Full Version: setting proper git pushurl
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was using ./all to update my repo but couldn't push my branch back. @TimePath from #xonotic irc.freenode.net helped me with the following correct config ("git config -e"):

Code:
remote.origin.pushurl=ssh://git@gitlab.com/xonotic/xonotic-data.pk3dir.git

I assume ./all hasn't totally reflected the migration.

Thought I'd share.

And apparently I'm that guy now.