> From: Matt Snow <ctsgm...@gmail.com> > > For some unknown reason whenever I do a git pull, it just hangs. Nothing > happens. I have tried to remove all the files, do a git init, then try to > git pull again but no luck.
One brute-force technique is to use a "trace" command to see what git is hanging on. (Usually there is a command called "trace", "strace", "ptrace" or something like that that reports all the kernel calls made by a process.) In Fedora Linux, you'd execute: strace git pull ... 2>logfile The last few lines of logfile should tell you what git is hanging on. Dale Dale Worley -- If other people are going to talk, conversation becomes impossible. -- James McNeil Whistler -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to git-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.