summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4 <https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f4@web>2016-05-01 21:43:58 +0000
committerGravatar admin <admin@branchable.com>2016-05-01 21:43:58 +0000
commitf272c000a29647cb9c47985caa2e383d2e0e1a2c (patch)
treedeb158afa72608be8de43668d5e41805f1d8eb3b /doc
parenta65f7b79d68aa08f80d8b29d252a2b3f83dc4a43 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/prematurely___40__can__39__t_check_offline__41___marks_remote_as_annex-ignore.mdwn27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/bugs/prematurely___40__can__39__t_check_offline__41___marks_remote_as_annex-ignore.mdwn b/doc/bugs/prematurely___40__can__39__t_check_offline__41___marks_remote_as_annex-ignore.mdwn
new file mode 100644
index 000000000..1884dd9d3
--- /dev/null
+++ b/doc/bugs/prematurely___40__can__39__t_check_offline__41___marks_remote_as_annex-ignore.mdwn
@@ -0,0 +1,27 @@
+### Please describe the problem.
+
+I have cloned via http and then went offline... decided to get a file, annex immediately tried to fetch it from origin which it couldn't have access to atm and marked it as annex-ignore. IMHO it is a bit premature action, and annex should mark a remote as ignore only if it managed to reach the remote location and discovered that it has no annex there, not on a mere connectivity fluke
+
+
+### What version of git-annex are you using? On what operating system?
+
+6.20160425+gitgffe2ea2-1~ndall+1
+
+### Please provide any additional information below.
+
+[[!format sh """
+$> git annex get cond001.txt
+(merging origin/git-annex into git-annex...)
+(recording state in git...)
+get cond001.txt
+ Remote origin not usable by git-annex; setting annex-ignore
+(not available)
+ Try making some of these repositories available:
+ 899f0347-0888-48ef-91b6-bac213ca8cef -- datalad-archives
+ c8bd3d05-33d4-4b59-9d53-ca7efbdcdd13 -- yoh@smaug:/mnt/btrfs/datasets/datalad/crawl/openfmri/ds000001
+failed
+(recording state in git...)
+git-annex: get: 1 failed
+"""]]
+
+[[!meta author=yoh]]