[git-users] git freezes when writing objects

2012-05-28 Thread Collin Day
Hi all,

I am using git/gitolite for version control on my laptop.  After creating a 
repo with gitolite and cloning it using git clone git@localhost:myrepo and 
then filling it with files, it always seems to hang when writing objects.  
For example - here I am trying to commit 30 files with the largest being 
113K (no large binaries)

git push origin master
Counting objects: 30, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (28/28), done.
Writing objects:  90% (27/30)   

Then it just sits.  It could be that I am using ssh on the localhost - that 
might be a problem, but I have done it before on other machines and never 
had a problem, plus - I don't know how else to clone a gitolite manged 
repo.  Haven't been able to find anything useful and can't seem to find any 
suspicious log files.  Any suggestions would be really appreciated.

Currently using v1.7.8.6 but I have also tried 1.7.9.7 with same results.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/git-users/-/psC1FyfX_58J.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



[git-users] Re: git freezes when writing objects

2012-05-28 Thread Collin Day
No - but I figured out what the problem was.  Turns out that I had hpn 
(high performance) enabled on my ssh which is currently broken.  I rebuilt 
with that disabled and everything was fine.

Thanks!

On Monday, May 28, 2012 3:42:28 AM UTC-6, Thomas Ferris Nicolaisen wrote:

 Have you tried pushing to a normal repository over ssh without gitolite?

-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/git-users/-/J32y_Mu55EkJ.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.