Azure / azure-quickstart-templates

Azure Quickstart Templates
https://aka.ms/azqst
MIT License
14.09k stars 16.14k forks source link

Permission to Azure/azure-quickstart-templates.git denied #4084

Open murdockcrc opened 7 years ago

murdockcrc commented 7 years ago

Hi,

Just curious about the process to upload a feature branch to create a PR. I created a template that I want to submit for a PR but I try to push my branch I get the following error:

remote: Permission to Azure/azure-quickstart-templates.git denied to murdockcrc.
fatal: unable to access 'https://github.com/Azure/azure-quickstart-templates.git/': The requested URL returned error: 403

Can someone please comment on the correct process to do this?

kpeder commented 6 years ago

https://github.com/Azure/azure-quickstart-templates/blob/master/.github/CONTRIBUTING.md

Process as documented is to fork from master and create a branch there and a PR here against the forked repository.