最近、Github プロジェクトのメンバー/貢献者として追加されました。そのプロジェクトをローカル マシンに複製しました。
いくつかの変更を加えてローカルでコミットし、変更を元のリポジトリにプッシュしようとしていますが、プッシュしようとすると、パーミッション エラーが発生しますか?
C:\Users\MM\Documents\GitHub\software-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:\Users\MM\Documents\GitHub\software-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
プロジェクトの元の作成者に尋ねることができるように、変更をプッシュする権限がありませんか?