It seems you don’t have the permissions to push because you’re using the http url. You should use the ssh url:
git remote set-url origin [email protected]:suresh/sample.git
git push origin master
2
solved Github-permission denied
It seems you don’t have the permissions to push because you’re using the http url. You should use the ssh url:
git remote set-url origin [email protected]:suresh/sample.git
git push origin master
2
solved Github-permission denied