This commit is contained in:
Joey Hess 2020-06-30 10:28:50 -04:00
parent 6780648bba
commit e2cddc28a5
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,18 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2020-06-30T14:24:34Z"
content="""
The web special remote is not the thing you want to use for this.
That represents arbitrary files on any website, not a single git-annex
repository on one website.
Just add a git remote using the http protocol, pointing to a git
repository.
git remote add http://my_server.net/path/to/repo/.git
See [[tips/setup_a_public_repository_on_a_web_site]] for several
configurations you will probably want to set on that repository to make it
work well over http.
"""]]