I am using an online repository (i.e. bitbucket) so my working directory was in one computer.
There is a long story where in that server I made some important commits and later it could not have internet access so I migrate the directory to another server (including the .git directory) Instead of cloning in the new server.
Now I can resume operations but I am not able to do push to the repository.. I get:
# git push --verbose
Pushing to ssh://git@bitbucket.org/my_username/project.git
conq:repository does not exist.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
BTW I generate and added the public key on bitbucket.
Is there a way to solve this?