Heys guys, I am having an issue pushing to ELPA:
$ git push origin master
Counting objects: 1127, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (431/431), done.
fatal: read error: Connection reset by peer
error: pack-objects died of signal 13
I am not sure what's up.
I looked up these errors, and apparently "error: pack-objects died of signal 13" has something to do with the size of the push? The push does include my whole project history, but I don't have any particularly large binary files in my repo besides maybe 6 or 7 .png files.
I've added the "Project Members GPG Keyring" with gpg --import. Perhaps I am still not properly authenticated? (Sorry, I'm not too familiar with gpg or keys.)
Thanks,
Jackson