I created an organziation today, and an application in that org, and attempted to push a project to the org, however it doesn’t work.
$ git remote add balena myuser@git.balena-cloud.com:myorg/myproject.git && git push balena master
Host key fingerprint is SHA256:NfwmqnKId5cx1RWpebbEuuM87bCJbdyhzRnqFES9Nnw
+---[ECDSA 256]---+
| ...o |
| . . + |
| +..* . |
| ..++ X E|
| S.. +* + |
| o. o..+ |
| . . .+ .oO + |
| . + o.o =O+* |
| . +.. .+B+. |
+----[SHA256]-----+
No application named `myorg/myproject` accessible by user `myuser`
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
I’ve tried this with several applications in the organization, but it doesn’t work. If I create an application in my default org named after my user, then it works fine. The remote add line is direct from the application releases screen.