Recently, I'm added as a member/contributor for Github project. I have cloned that project on local machine.
I have made some changes and committed locally and now trying to Push changes to original repo but when I try to Push,I get some permission error?
C:UsersMMDocumentsGitHubsoftware-licensing-php [master]> git push
origin master
remote: Permission to EasySoftwareLicensing/software-licensing-php.git denied to
irfandayan.
fatal: unable to access 'https://github.com/EasySoftwareLicensing/software-licen
sing-php.git/': The requested URL returned error: 403
C:UsersMMDocumentsGitHubsoftware-licensing-php [master]> git statu
s
# On branch master
# Your branch is ahead of 'origin/master' by 2 commits.
# (use "git push" to publish your local commits)
#
nothing to commit, working directory clean
Am I lacking some permission for pushing changes so I could ask the original author of project?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…