Ugh.
Open shell.bat, and run these commands:
EDIT3: first of all, tell me what this tells you:
EDIT: are you sure it was tmp_ followed by just four digits? I have no idea what that could even be... And what tried to grab the files? And did that happen during the first time you ran the script?
Did it start downloading the sub-repositories? (that would show bold text with lines starting in * )
EDIT2: did you have 5 gigabytes of disk space? You need that.
Did it say why tmp_whatever failed to download?
For the record, here is how to reinitialize the repository without re-downloading the huge sub-repositories.
Open shell.bat, and run these commands:
EDIT3: first of all, tell me what this tells you:
Code:
cd /xonotic
git config remote.origin.urlEDIT: are you sure it was tmp_ followed by just four digits? I have no idea what that could even be... And what tried to grab the files? And did that happen during the first time you ran the script?
Did it start downloading the sub-repositories? (that would show bold text with lines starting in * )
EDIT2: did you have 5 gigabytes of disk space? You need that.
Did it say why tmp_whatever failed to download?
For the record, here is how to reinitialize the repository without re-downloading the huge sub-repositories.
Code:
cd /
mv xonotic xonotic-old
git clone git://git.xonotic.org/xonotic/xonotic.git
mv -f xonotic-old/* xonotic/
rm -rf xonotic-old
cd xonotic
git reset --hard


![[Image: 4XODR.png]](http://i.imgur.com/4XODR.png)