I cloned a repo which was created by my friend and I am able modify the files inside the repo and commit.
But while pushing I am getting error:
error: The requested URL returned error:
403 while accessing http://github.com/*****/Hello.git/info/refs
fatal: HTTP request failed"
The command I used for pushing is:
git push -u origin master
My friend ( who created the repo ) able to push the modified files with this command.