I have created a dokku app using and initialize it as git
dokku apps:create test-app
dokku git:initialize test-app
I have done all previous ssh key configuration correctly and also adding the corresponding remote.
My current remote is: dokku:test-app where dokku corresponde to the IP of my server But when I push to the remote, I am having this errors.
fatal: 'test-app' does not appear to be a git repository fatal: Could not read from remote repository.
I have always used these git commands in this order, I hope it can help you: