Reputation: 6528
I am trying to clone a project from GitHub but I keep getting this error:
github.com[0: 207.97.227.239]: errno=Result too large
fatal: unable to connect a socket (Result too large)
This is the version of the Git client I am using:
git-gui version 0.12.0.23.ga91be
git version 1.6.4.msysgit.0
Has anyone seen this before?
Upvotes: 2
Views: 2058
Reputation: 11892
I met this problem just now. After I changed from git:// to https:// , it works. If you are using bower, this may help: Bower install using only https? .
Upvotes: 4
Reputation: 60143
Another two possible problem are
you may have some firewall software in your computer (especially for office computer) like Norton (Symantec Management Client service).
you may have some firewall in your router.
I meet the first one, since normally home router has empty filters
Upvotes: 1
Reputation: 6528
This issue seemed to resolve itself. The error occured while I was using my laptop at work, but once I got home and tried again it worked fine.
Upvotes: -1