I have created a remote bare repository:
cd ~ mkdir -p git/foto-fiori.git cd git/foto-fiori.git git init --bare
Then I added it:
git remote add origin collimarco@foto-fiori.com:/home/collimarco/git/foto-fiori.git
I get:
$ git push fatal: '/home/collimarco/git/foto-fiori.git': unable to chdir or not a git archive fatal: The remote end hung up unexpectedly
I also tried to use ~/git/foto-fiori.git but is the same…
I’m desperate: what should I try to do?
Dreamhost was migrating to other servers.