Tag Archives: clone

RoR 4.0.2 issues

gem “mongoid”, github: “mongoid/mongoid” kept giving me the error: fatal: read error: Connection reset by peer Git error: command `git clone ‘git://github.com/mongoid/mongoid.git’ “/home/mfang/.rvm/gems/ruby-2.1.0/cache/bundler/git/mongoid-176c799a8a4589043b073e277e545d697119fa82” –bare –no-hardlinks` in directory /home/mfang/dev/ror/aws-iar_mygitstation has failed. Changed it to gem “mongoid”,  :git => ‘https://github.com/mongoid/mongoid.git’ Now it … Continue reading

Posted in RoR | Tagged , , , | Leave a comment

Gitolite: Log all access? Not Possible

In short, Gitolite is not able to log a clone or fetch access. https://groups.google.com/forum/?hl=en&fromgroups=#!topic/gitolite/g7mO2VDQza0 There is a workaround that may work courtesy of Sandeep Kaira. His email to me after I posted on the gitolite newsgroup: I noticed that SSL … Continue reading

Posted in Git | Tagged , , , | Leave a comment