[git] Github Push Error: RPC failed; result=22, HTTP code = 413

I already had "HTTPS//" in the git URL yet faced this error.

All I did was to add option -u with push and it worked.

git push -u origin master