aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Using_Github_as_remote_throws_proxy_errors/comment_1_10616b17c3fb8286fdc64c841023f8a1._comment
blob: 77ebcaa1a2e057ae5db4e8cf27cf83c3ae86aa2b (plain)
1
2
3
4
5
6
7
8
9
[[!comment format=mdwn
 username="http://joeyh.name/"
 ip="4.153.14.141"
 subject="comment 1"
 date="2012-09-24T17:24:47Z"
 content="""
The proxy message is sent from github, so I can't do anything about that. `git@github.com:user/repo.git` is a ssh url, so git-annex tries to use it as a full git-annex remote. If you use a git:// url, git-annex will
skip it. Or you can set `git config remote.origin.annex-ignore true` (replace origin with the name of the github remote).
"""]]