Open grace-ac opened 2 hours ago
When you have a sec, can you please copy/paste the error in your original post? Makes it easier for searching. Thanks!
I've had similar errors when trying to push a file(s) that was too large, or trying to push a single commit with many largeish files, instead of breaking them up into multiple commits. I corrected this by undoing my last commit (git reset --soft HEAD~1
will undo most recent commit but retain the changes) and either adding excessively large files to the .gitignore or spreading the changes over multiple commits.
I also found this stack overflow exchange which suggested increasing the buffer size (among other things)
unable to push my commits in r from Raven to Github: