09-27-2010, 10:24 PM
I'm not sure if you've found the solution for 'The main repo is not xonotic.git, what have you done?', but there's an easy solution to fix this. All you have to do is fix the link in the 'url=' tag in config file in ./xonotic/.git/. Make sure it looks like this:
Code:
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = git://git.xonotic.org/xonotic/xonotic.git
