Fatal: Could not read from remote repository

This error might happen when trying to push an app to the sandbox in the developer area.

Here are some steps to solve this issue :

Set up git to use SSH. Find out your git version by executing git --version

  • git version >= 2.10.0 : git config core.sshCommand "ssh -F ./config"
  • git version < 2.10.0 : Set the following environment variable before each git command: GIT_SSH_COMMAND="ssh -F ./config"
  • Verify your settings by using git config -l or checking your environment settings
  • git push calponia again

Sources: first-application, local-setup

In case you still see the same error message :

  1. Create a new version for your app
  2. Follow the tutorial provided in the developer area for that new version again.

In case you still see the same error message :