stupid issue with Github going on right now. I have a decent amount of changes (~120MB in size), when I attempt to push, this is what happens:
error: RPC fai
If you are facing this issue while pushing changes in big size then run below command in terminal.
git config --global http.postBuffer 157286400
See this for more details.