[NEEDS INFO] Pulling Failed. (GIT) - Printable Version +- Xonotic Forums (https://forums.xonotic.org) +-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3) +--- Forum: Xonotic - Help & Troubleshooting (https://forums.xonotic.org/forumdisplay.php?fid=4) +--- Thread: [NEEDS INFO] Pulling Failed. (GIT) (/showthread.php?tid=410) |
Pulling Failed. (GIT) - Chryyz - 05-09-2010 Code: chryyz@Nevermind ~/xonotic $ ./all update Not a firewall issue. Any ideas? RE: Pulling Failed. (GIT) - divVerent - 05-10-2010 (05-09-2010, 08:52 PM)Chryyz Wrote: I have no idea how you messed that up, but here is how to fix it. git config remote.origin.url ssh://xonotic@git.xonotic.org/xonotic.git or, if you have no write access: git config remote.origin.url git://git.xonotic.org/xonotic/xonotic.git I'll check what may have caused this. RE: Pulling Failed. (GIT) - Chryyz - 05-10-2010 (05-10-2010, 01:38 AM)divVerent Wrote:(05-09-2010, 08:52 PM)Chryyz Wrote: Hmm... Dunno. I was using this: http://dev.xonotic.org/projects/xonotic/wiki/Repository_Access EDIT: Heh. Now after the update goes through and pulls the files, I get this: Code: chryyz@Nevermind ~/xonotic $ ./all update It's fixed by resetting the source URL that you gave me... but it's a bit of a nuisance. Currently I just dropped a command to reset it in the all file. Quote:Now... if you wouldn't mind helping me with this tidbit? Nevermind the above bit. Fixed by moving fteqcc files out of the qclib subdirectory into the main fteqcc folder. x.x RE: Pulling Failed. (GIT) - divVerent - 05-10-2010 There was a qclib subdirectory? Another thing that is going wrong, then... RE: Pulling Failed. (GIT) - Chryyz - 05-10-2010 (05-10-2010, 11:29 AM)divVerent Wrote: There was a qclib subdirectory? Another thing that is going wrong, then... Not on your end. I already had fteqcc r3531, so I moved the directory over. I mentioned it in case anyone else happens to have a similar issue in the future. RE: Pulling Failed. (GIT) - Sless - 08-03-2011 Threadnecromancy. I get the following while pulling git thru MinGW / MSys respective xonoticbuildsystem. On win 7 x64 as well as on XP x86. Code: + git checkout --track -b xonotic-stable origin/xonotic-stable PEBKAC? Layer 8 Problem? Any ideas ? |