Question
git push dokku master problem
$ git push dokku master
fatal: ‘backend’ does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
ssh dokku@host works normally
$ git remote -v show
dokku dokku@host:backend (fetch)
dokku dokku@host:backend (push)