Re: [git-users] git wont pull

2013-02-25 Thread Konstantin Khomoutov
On Mon, Feb 25, 2013 at 12:47:50PM -0800, Matt Snow wrote: > 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. > > I am at a loss for what happened or any ideas

Re: [git-users] git wont pull

2013-02-25 Thread Philip Oakley
On 25/02/13 20:47, Matt Snow wrote: 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. I am at a loss for what happened or any ideas how to fix it. Anyone care to help a fr

Re: [git-users] git wont pull

2013-02-25 Thread Dale R. Worley
> From: Matt Snow > > 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. (Us

Re: [git-users] git wont pull

2013-02-25 Thread Ryan Hodson
Have you checked your internet connection? On Feb 25, 2013 2:47 PM, "Matt Snow" wrote: > 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. > > I am at a loss for what