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
Need to change remote url to ssh or https
git remote set-url origin git@github.com:laravel/laravel.git
or
git remote set-url origin https://github.com/laravel/laravel.git
Hope, this will help :)