freedom-foundation / 1611_King_James_Bible

The purpose of this 1611_King_James_Bible repository is to store the downloaded checksummed and signed purported sources of the 1611 King James Bible here https://www.kingjamesbibleonline.org/1611-Bible/1611-King-James-Bible-Introduction.php
0 stars 0 forks source link

GitHub SSH hang's up after ~6 min #2

Open freedom-foundation opened 3 days ago

freedom-foundation commented 3 days ago

GitHub SSH hang's up after ~6 min.

1611_King_James_Bible $ git push Enter passphrase for key : Enumerating objects: 1510, done. Counting objects: 100% (1510/1510), done. Delta compression using up to 8 threads send-pack: unexpected disconnect while reading sideband packet Connection to github.com closed by remote host. Compressing objects: 46% (702/1507)

possible solutions: stage compression before calling GitHub SSH, disable compression- not sure what is being compressed here: core compression 0 show's no change, git add/push ~500 per push.

Q. What is the "Delta compression" which happens when using git push?

freedom-foundation commented 3 days ago

trying to undo the commit of a failing push using $ git reset --hard HEAD^ deletes the files which were added . Isn't there some way to undo an add