From e2c269344141c306b22d0c6b3acb1f87eda9685e Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck" Date: Sat, 19 Jan 2013 21:40:14 +0000 Subject: [PATCH] Added a comment --- ...2_474c67a421dca4c245e7bfe495d3f6d3._comment | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/bugs/get_failed__44___but_remote_has_the_file/comment_2_474c67a421dca4c245e7bfe495d3f6d3._comment diff --git a/doc/bugs/get_failed__44___but_remote_has_the_file/comment_2_474c67a421dca4c245e7bfe495d3f6d3._comment b/doc/bugs/get_failed__44___but_remote_has_the_file/comment_2_474c67a421dca4c245e7bfe495d3f6d3._comment new file mode 100644 index 0000000000..a7e3d6b174 --- /dev/null +++ b/doc/bugs/get_failed__44___but_remote_has_the_file/comment_2_474c67a421dca4c245e7bfe495d3f6d3._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck" + nickname="Jim" + subject="comment 2" + date="2013-01-19T21:40:14Z" + content=""" +They're all git remotes: + + pilot:~/vid/tv$ git remote -v show + bucket ssh://bucket/home/jim/private/vid (fetch) + bucket ssh://bucket/home/jim/private/vid (push) + origin https://git/jim/annex.git (fetch) + origin https://git/jim/annex.git (push) + psychosis ssh://psychosis/vid/annex (fetch) + psychosis ssh://psychosis/vid/annex (push) + +And it never even attempts a ssh connection to bucket. +"""]]