Impossible to push platform master

After complete all Configuration of project,
I get this errors message:
comand: git add . && git commit -m “Add config files.” && git push -u platform master

error: le spécificateur de référence source master ne correspond à aucune référence

error: impossible de pousser des références vers ‘xxexeegau7ik2@git.uk-1.platform.sh:xxexeegau7ik2.git’
impossible to push on platform master branch…

Is it possible you’re not on the master branch locally, but on something like main? If so, you’ll need to reconfigure the branches on Platform.sh (https://docs.platform.sh/guides/general/default-branch.html) or change your local (and presumably GitHub) to use master instead of main.