firebase/snippets-node

Can not push branch after following contributor instructions

aahventures opened this issue · 2 comments

After following the instructions for submitting a pull request and signing the CLA I still can not push my branch to origin.

 $ git push origin clean-up-delete-collection-example
ERROR: Permission to firebase/snippets-node.git denied to {username}.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

@aaronhong whoops it looks like those instructions are not correct! You'll need to push your branch to your own fork of this repo and then start the Pull Request. Let me know if you need help doing that, I will update the CONTRIBUTING file.

Thanks for updating. Works with the fork.