I want to create an Azure Databricks repository that is linked with my Github repository.
This is what I did:
However, when I now add files to my Databricks repo and try to push, I get the following message:
Error pushing: Remote ref update was rejected. Make sure you have write access to this remote repository.
Same error when I try it on a newly created branch.
Does anyone know what could cause this error?
My authentication token has the rights repo
, admin:repo_hook
and delete_repo
It seems that I followed the Azure Databricks instructions 1:1, yet it does not work.
The secret is, apparently, to use your GitHub username instead of e-mail.