diff options
author | 2014-04-15 20:14:23 -0400 | |
---|---|---|
committer | 2014-04-15 20:14:23 -0400 | |
commit | 193cced99fbfd53436c97be803b3e97da469214a (patch) | |
tree | 38eaa2730628f54b6c1a29a901b24e4b7ebab066 /doc | |
parent | dc748c7336aea9cbf04c0311098a44c2b329633d (diff) | |
parent | 1e65e85bcdcfe68d16b3c541185d91839455106a (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
Diffstat (limited to 'doc')
3 files changed, 19 insertions, 1 deletions
diff --git a/doc/design/assistant/polls/prioritizing_special_remotes.mdwn b/doc/design/assistant/polls/prioritizing_special_remotes.mdwn index c6dbb376c..a87a674ba 100644 --- a/doc/design/assistant/polls/prioritizing_special_remotes.mdwn +++ b/doc/design/assistant/polls/prioritizing_special_remotes.mdwn @@ -6,7 +6,7 @@ locally paired systems, and remote servers with rsync. Help me prioritize my work: What special remote would you most like to use with the git-annex assistant? -[[!poll open=yes 16 "Amazon S3 (done)" 12 "Amazon Glacier (done)" 9 "Box.com (done)" 71 "My phone (or MP3 player)" 25 "Tahoe-LAFS" 10 "OpenStack SWIFT" 33 "Google Drive"]] +[[!poll open=yes 16 "Amazon S3 (done)" 12 "Amazon Glacier (done)" 9 "Box.com (done)" 72 "My phone (or MP3 player)" 25 "Tahoe-LAFS" 10 "OpenStack SWIFT" 33 "Google Drive"]] This poll is ordered with the options I consider easiest to build listed first. Mostly because git-annex already supports them and they diff --git a/doc/forum/Corrupt_Repository_Invalid_Object.mdwn b/doc/forum/Corrupt_Repository_Invalid_Object.mdwn new file mode 100644 index 000000000..af6d8e353 --- /dev/null +++ b/doc/forum/Corrupt_Repository_Invalid_Object.mdwn @@ -0,0 +1,10 @@ +One of my repositories got corrupted. I am not exactly sure how it happened (was running a series of commands) but I think I accidentally ran regular mv instead of git mv. To fix it I deleted the moved file then checkout the original link however this did not fixed the problem. I ended up with a corrupted repo. Now running any command ends with the following error, + + ga sync + (merging origin/git-annex origin/synced/git-annex into git-annex...) + (Recording state in git...) + error: invalid object 040000 6ad564920e3d78d31c9456f5be3869a0319f9f08 for'3fd/d44' + fatal: git-write-tree: error building trees + git-annex: failed to read sha from git write-tree + +Was wondering how to fix this? I did run git fsck and git annex fsck but non fixed the problem. diff --git a/doc/tips/using_Amazon_S3/comment_3_32acba030c2ad252e2f7027075e4303e._comment b/doc/tips/using_Amazon_S3/comment_3_32acba030c2ad252e2f7027075e4303e._comment new file mode 100644 index 000000000..e83ade0c7 --- /dev/null +++ b/doc/tips/using_Amazon_S3/comment_3_32acba030c2ad252e2f7027075e4303e._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="annexuser" + ip="64.71.7.82" + subject="Altering AWS credentials" + date="2014-04-15T21:59:43Z" + content=""" +If I revoke old AWS credentials and create new ones, how would I inform git-annex of the change to `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`? +"""]] |