I created a repository on Github to show my work in R but every time I try to push to my remote repository I get this message
error: RPC failed; curl 55 SSL_write() returned SYSCALL, errno = 32
fatal: The remote end hung up unexpectedly
I found this answer GitHub push fails with RPC failed; curl 55 SSL_write() returned SYSCALL, errno = 32 but I don't understand where should I try to apply the suggested solution. I think my problem is very simple and the answer I found is too complex for it.
I tried doing a smaller commit (just adding a line to the text in README.md ) and push it and I get the same error, that makes me think there is no issue with the size of my commit. I think the problem is somewhere else but I don't know where should I search for an answer.
Any help would be appreciated