Xonotic Forums
[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
+ cd /home/chryyz/xonotic/.
+ git config remote.origin.url git://github.com/Blub/qclib.gitxonotic.git
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf false
+ git config core.safecrlf false
+ git pull
fatal: The remote end hung up unexpectedly
Pulling failed. Press ENTER to continue, or Ctrl-C to abort.

+ git remote prune origin
fatal: The remote end hung up unexpectedly

Not a firewall issue.

Any ideas?


RE: Pulling Failed. (GIT) - divVerent - 05-10-2010

(05-09-2010, 08:52 PM)Chryyz Wrote:
Code:
chryyz@Nevermind ~/xonotic $ ./all update
+ cd /home/chryyz/xonotic/.
+ git config remote.origin.url git://github.com/Blub/qclib.gitxonotic.git
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf false
+ git config core.safecrlf false
+ git pull
fatal: The remote end hung up unexpectedly
Pulling failed. Press ENTER to continue, or Ctrl-C to abort.

+ git remote prune origin
fatal: The remote end hung up unexpectedly

Not a firewall issue.

Any ideas?

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:
Code:
chryyz@Nevermind ~/xonotic $ ./all update
+ cd /home/chryyz/xonotic/.
+ git config remote.origin.url git://github.com/Blub/qclib.gitxonotic.git
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf false
+ git config core.safecrlf false
+ git pull
fatal: The remote end hung up unexpectedly
Pulling failed. Press ENTER to continue, or Ctrl-C to abort.

+ git remote prune origin
fatal: The remote end hung up unexpectedly

Not a firewall issue.

Any ideas?



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.

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
The main repo is not xonotic.git, what have you done?

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? Wink

Code:
chryyz@Nevermind ~/xonotic $ ls
Docs                    darkplaces     hash.c       pr_edict.c  qcc.dsp        qccmain.c    server
LICENSE                 data           hash.h       pr_exec.c   qcc.h          qcctui.c     test.c
Makefile                div0-gittools  initlib.c    pr_multi.c  qcc_cmdlib.c   qcd.h        xonotic-linux-glx.sh
all                     execloop.h     mediasource  pr_x86.c    qcc_pr_comp.c  qcd_main.c   xonotic-linux-sdl.sh
check-gitattributes.sh  fteqcc         misc         progsint.h  qcc_pr_lex.c   qcdecomp.c
cmdlib.h                gpl.txt        netradiant   progslib.h  qccgui.c       readme.html
comprout.c              gui.h          pr_comp.h    progtype.h  qccguistuff.c  readme.txt
chryyz@Nevermind ~/xonotic $ ./all compile
+ cd /home/chryyz/xonotic/fteqcc
+ make -j3 DP_LINK_TO_LIBJPEG=1
make: *** No targets specified and no makefile found.  Stop.

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
error: You have local changes to 'pr_x86.c'; cannot switch branches.
An error has occurred (see above).
Drücken Sie eine beliebige Taste . . .


PEBKAC? Layer 8 Problem?

Any ideas ?