[git-users] Re: git hangs up unexpectedly (but git push works, kinda) dropbear+git

2015-02-18 Thread Aaron Dennis
As with WD, I am experiencing the same thing. Does anyone know the source of the error? With thanks, AKD On Thursday, July 16, 2009 at 8:32:02 PM UTC-5, J wrote: I'm encountering some strange behavior so I'm hoping someone can help shed some light on this. When I do a git push, it ends

Re: [git-users] Re: git hangs up unexpectedly (but git push works, kinda) dropbear+git

2015-02-18 Thread Gergely Polonkai
If I have to make a guess, it may be a memory issue. Both devices you mention has a very limited amount of RAM. Maybe you should try git push --verbose, so Git will report a bit more things to you. On 18 Feb 2015 19:21, Aaron Dennis akden...@gmail.com wrote: As with WD, I am experiencing the

[git-users] Added submodule by accident and now confused

2015-02-18 Thread Howard Miller
Went like this... - I have a project in git working with no issues - I added a bunch of code in a subdirectory not realising that it was itself a git project - I did some other stuff and then 'git add .; git commit' in the root of the project (no errors) - I pushed to my master repo and back

Re: [git-users] Added submodule by accident and now confused

2015-02-18 Thread Gergely Polonkai
It's a bit unclear for me what you exactly did. Could you paste the output of your failing commands, please? On 18 Feb 2015 19:21, Howard Miller howardsmil...@gmail.com wrote: Went like this... - I have a project in git working with no issues - I added a bunch of code in a subdirectory not