This occurs when attempting to pull or fetch from our new Phabricator installation, but only from our 15k commit repo (98MB according to du -hs). Our smaller repos work fine (500-2k commits). There are no errors in the apache error log.
I've tried the git shipped with OS X (10.11), the one installed by homebrew and the one included with SourceTree. All three produce the same error.
```
➜ dragon git:(master) /usr/bin/git --version
git version 2.5.4 (Apple Git-61)
➜ dragon git:(master) /usr/local/bin/git --version
git version 2.7.0
➜ dragon git:(master) /Applications/SourceTree.app/Contents/Resources/git_local/bin/git --version
git version 2.6.2
```
I've also tried on my desktop (iMac) and laptop (MacbookPro) both are running OS X 10.11,
Then I tried on the server hosting Phabricator as well (Linux Debian 8). When doing that, I receive a different error:
```
fatal: unable to access 'https://the-server-domain-here/diffusion/DRGN/dragon.git/': GnuTLS recv error (-110): The TLS connection was non-properly terminated.
```
Maybe the server side is the actual problem:
```
$ git --version
git version 2.1.4
```
Phabricator versions installed:
```
phabricator f097c9c5951a9238d4de10b08df43fa0a27aea7f (Sat, Feb 6)
archaist 57f6fb59d73994d90cd94143787424ce0fdbf73b (Mon, Jan 25)
phutil f43291e99d36045bc459e5133454c0d8fd8768ea (Thu, Jan 21)
```