I believe I followed the directions correctly so far - got Calypso running locally, created a branch, and made a few edits. Then when I tried to push what I've committed locally, I got this:
wp-calypso git:(fix/13144-galleries-without-ids) git push origin fix/13144-galleries-without-ids
remote: Permission to Automattic/wp-calypso.git denied to mknepprath.
fatal: unable to access 'https://github.com/Automattic/wp-calypso.git/': The requested URL returned error: 403
Expected the branch to be pushed so I could create a PR. :)
Anyone run into this before? Thanks!
@mknepprath You'd want to fork the repo, make the changes on a branch of your own fork, and create a PR out of that.
@yoavf Thanks, will do!
Most helpful comment
@mknepprath You'd want to fork the repo, make the changes on a branch of your own fork, and create a PR out of that.