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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
