Cannot push to development branch

Hi All,

I prepared fix for eq3smart component which makes this component usable. Tested it on my local setup for few weeks and finally ready to publish it (create pull request).

I followed instruction from https://developers.home-assistant.io/docs/en/development_submitting.html but I stuck during step “git push origin HEAD”. In responce I get:

"ERROR: Permission to home-assistant/home-assistant.git denied to maciaswojtas.
fatal: Could not read from remote repository.

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

Can anyone tell me how to get permission to push my own feature branch?

You may have missed a small part at the beginning of the instructions:
“1. From your fork’s dev branch, …”

You will have to create a fork of the HA repository, and create your feature branch on your own fork. Once pushed to Github, you can then create a PR to the HA repository.

1 Like