Please describe the problem.
I have recently switched to self hosted git. Gitbucket over SSL. When I swithced origin from rsync ssh to ssl url assistant stopped showing origin in the repositories list it also does not sync to it when a file changes. (It does sync to it every 5 6 hours.). Running sync on the command line does sync to the repo. Authentication is done using netrc file. Replacing the ssl based url to ssh based url, repo shows up in the list and assistant syncs to it.
What steps will reproduce the problem?
Replacing the ssh url with ssl url.
What version of git-annex are you using? On what operating system?
5.20150823-geb17375
Please provide any additional information below.
# If you can, paste a complete transcript of the problem occurring here.
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
# End of transcript or log.
You seem to be talking about using https to access a git repository.
git-annex is not generally able to use https as a transport -- ie, it can maybe download files from a git repository over https, if the repository is set up just right. But it can't upload file to that repository, nor can it promptly notice when changes are synced to that repository from elsewhere.
So, there's not much that the assistant can do with such a repository.
You'll be better off using ssh for your git-annex repositories.