ecoquants / findinghal

white abalone recovery & community engagement
http://findinghal.org
MIT License
0 stars 0 forks source link

Push issue #12

Closed mspector13 closed 2 years ago

mspector13 commented 2 years ago

This problem has been intermittent, but persistent. Lately, I have not been able to push commits to this repo:

Screen Shot 2022-06-03 at 11 11 05 AM

I'm basically stuck here forever. This article might be relevant, but I don't want to mess with SSH keys without prior approval

bbest commented 2 years ago

When this happens, I recommend trying git commands in the Terminal:

git status

git push

It's more responsive and verbose.

bbest commented 2 years ago
bbest commented 2 years ago

Per Git push hangs when pushing to Github? - Stack Overflow, try stopping the Terminal process that is hung and run this in a new Terminal:

git config --global core.askpass "git-gui--askpass"
bbest commented 2 years ago

So the problem was files over 100MB:

image

So reviewed:

And ran:

java -jar bfg.jar --strip-blobs-bigger-than 100M