I have a repository on my Windows and use "git daemon --base-path=C:/source/ --export-all" to allow my Mac to clone this repository. For some reasons, I can't do git pull anymore. The output would look like below.
remote: Counting objects: 113, done.
remote: Compressing objects: 100% (113/113), done.
fatal: read error: Connection reset by peer
fatal: early EOF
fatal: index-pack failed
I have tried to ping on each way, everything works. I have set bigger memory for git as stated in here, nothing changes.