I've got a remote I setup while connected to my home network that is no longer syncing when I'm on the same network. I'm not sure how to debug the problem. Any tips?
I will say that when I edit the repository in the assistant, the url it gives for the "git repository location at" field looks incorrect. It's got an extra "git-annex-" prepended to the hostname. I'm not sure how to alter that.
I'm using version 5.20140517~bpo70+1, from the wheezy backports.
That extra git-annex- prefix is used in ~/.ssh/config to set up the ssh keys for the repository. So it's normal.
I suggest that you try running git-annex sync at the command line and paste the output so we can see how it fails.
I was shown a password prompt for the remote. Then I realised I was controlling my ~/.ssh/authorized_keys file with puppet, which would have removed the public key that annex would have added to that file. I'm sure that once I fix that up, I'll get it working again.
Thanks for the CLI suggestion.