I am using redhat Linux server in VMWare.
I created a repository in github. And trying to git push after cloning it to my local repository after all setup. I added and committed a file now time to push a file to remote repo.
Whenever I do git push it's showing like that, I mean I'm getting 403 error page. And showing https.github.com/reponame/repo/info/refs (can not access the url)
Here the thing is in url info/refs added to my remote repo link that's why it's not accepting to git push. Don't know why it's added.
And here I noticed that git pull origin master working properly.