While doing git push, I receive this error:
Username for \'https://github.com\': Newbie
Password for \'https://Newbie@github.com\':
Counting objects: 11507,
I faced a similar issue. When I was trying to push my branch to remote, I was seeing this error: >error: RPC failed; curl 56 LibreSSL SSL_read: SSL_ERROR_SYSCALL, errno 54
In my case, this issue was caused due to a proxy that I was connected to. I disconnected the VPN connection and tried to push my changes again and that worked.