diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmOdbVjVGAnGCL9cF2gTQSn22c5L7b_lLY <Trent@web> | 2015-02-05 12:37:52 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-02-05 12:37:52 +0000 |
commit | c5743cf41deaca33bb392f18043ecefa65a1e10b (patch) | |
tree | 78d93ad8a2a2b5487e6230a89393a7060efb47b7 /doc | |
parent | d2c8d256c8bed98b93f47758147536240210e5fd (diff) |
Removed test tool name that may confuse things
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/S3_Access_fails_on_windows.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/S3_Access_fails_on_windows.mdwn b/doc/bugs/S3_Access_fails_on_windows.mdwn index a203158d0..fba0c335d 100644 --- a/doc/bugs/S3_Access_fails_on_windows.mdwn +++ b/doc/bugs/S3_Access_fails_on_windows.mdwn @@ -6,7 +6,7 @@ Attempting to do *anything* with an S3 reomote using git-annex on windows fails Assuming you have a disabled S3 remote called "the-cloud" (e.g. a fresh clone) [[!format sh """ -C:\annex> git annex-old enableremote "the-cloud" +C:\annex> git annex enableremote "the-cloud" enableremote the-cloud gpg: WARNING: using insecure memory! gpg: please see http://www.gnupg.org/documentation/faqs.html for more information (checking bucket...) (creating bucket in ap-southeast-2...) git-annex-old: FailedConnectionException2 "my-bucket-name.s3-ap-southeast-2.amazonaws.com" 80 False getAddrInfo: does not exist (error 10093) |