aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/Auto_ignore_non-reachable_repo/comment_2_74c297d8d5e9f7d131c461ed5e803071._comment
blob: 4a80489010667a087d373c76b7d1c726690a5e94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[!comment format=mdwn
 username="joey"
 subject="""comment 2"""
 date="2018-02-28T15:55:39Z"
 content="""
You can temporarily enable annex-ignore for a remote.

For example:

git -c remote.horus.annex-ignore=true git annex drop ...

Adjusting the annex-cost of the remote may also be useful, so git-annex
will avoid using that remote when it can use a lower-cost remote instead.
The annex-cost-command could be used to detect the network where the remote
access times out and make its cost be very high then.
"""]]