From f585521ad0321dad6e52ecb3ef548f20beb5c5d3 Mon Sep 17 00:00:00 2001 From: Michel Date: Sat, 11 Mar 2017 00:44:19 +0000 Subject: [PATCH 1/3] Added a comment: Solution --- ...ment_3_17b400bc03eb176f63009b9e01a862f4._comment | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/bugs/Empty_files_make_git_status_slow/comment_3_17b400bc03eb176f63009b9e01a862f4._comment diff --git a/doc/bugs/Empty_files_make_git_status_slow/comment_3_17b400bc03eb176f63009b9e01a862f4._comment b/doc/bugs/Empty_files_make_git_status_slow/comment_3_17b400bc03eb176f63009b9e01a862f4._comment new file mode 100644 index 0000000000..892eb6b728 --- /dev/null +++ b/doc/bugs/Empty_files_make_git_status_slow/comment_3_17b400bc03eb176f63009b9e01a862f4._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="Michel" + avatar="http://cdn.libravatar.org/avatar/cf9fdab9aa34af56f769bf584c8e7011" + subject="Solution" + date="2017-03-11T00:44:18Z" + content=""" +I found a relatively simple solution by setting the following in .gitattributes: + +``` +* annex.largefiles=(largerthan=0kb) +``` + +"""]] From 5d3e7aaa7516a3957ecac6eed387eca8a74156e7 Mon Sep 17 00:00:00 2001 From: "lee@7614f42c1a6cc84dbc813df25d2f75ed54948e17" Date: Sun, 12 Mar 2017 17:59:12 +0000 Subject: [PATCH 2/3] initial post --- ...public_repo_cloneable_from_a_web_site.mdwn | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 doc/forum/Trouble_setting_up_public_repo_cloneable_from_a_web_site.mdwn diff --git a/doc/forum/Trouble_setting_up_public_repo_cloneable_from_a_web_site.mdwn b/doc/forum/Trouble_setting_up_public_repo_cloneable_from_a_web_site.mdwn new file mode 100644 index 0000000000..3c81f6ec94 --- /dev/null +++ b/doc/forum/Trouble_setting_up_public_repo_cloneable_from_a_web_site.mdwn @@ -0,0 +1,35 @@ +I'm trying to set up a public repository that is cloneable from my web site, +similar to what is mentioned at +https://git-annex.branchable.com/tips/setup_a_public_repository_on_a_web_site/ + +I've got a repo from my laptop that I can push to my web server, and I can list +the contents of the `.git` directory: + + $ curl https://example.com/annex/.git/ + + Index of /annex/.git/ + +

Index of /annex/.git/


../
+    annex/                 12-Mar-2017 17:42                   -
+    branches/           12-Mar-2017 17:38                   -
+    hooks/                 12-Mar-2017 17:38                   -
+    info/                   12-Mar-2017 17:38                   -
+    logs/                   12-Mar-2017 17:38                   -
+    objects/             12-Mar-2017 17:40                   -
+    refs/                   12-Mar-2017 17:38                   -
+    HEAD                     12-Mar-2017 17:39                  23
+    config                 12-Mar-2017 17:40                 269
+    description       12-Mar-2017 17:38                  73
+    index                   12-Mar-2017 17:41                1200
+    

+ + +However, when I try to clone it to simulate what I expect people to do, I get: + + $ git clone https://exmaple.com/annex/.git + Cloning into 'annex... + fatal: repository 'https://example.com/annex/.git/' not found + +I've configured with `git config core.sharedrepository world` and `git config +receive.denyCurrentBranch updateInstead`, but it doesn't seem to be working as I +can't clone the repository over https. From d4898343691e8860686e2050f6271eb14d82e392 Mon Sep 17 00:00:00 2001 From: hobbie123 Date: Mon, 13 Mar 2017 06:28:15 +0000 Subject: [PATCH 3/3] Added a comment: windows password --- .../comment_6_b6614dddceba94c94179572a8f59ee80._comment | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/forum/recover_deleted_files___63__/comment_6_b6614dddceba94c94179572a8f59ee80._comment diff --git a/doc/forum/recover_deleted_files___63__/comment_6_b6614dddceba94c94179572a8f59ee80._comment b/doc/forum/recover_deleted_files___63__/comment_6_b6614dddceba94c94179572a8f59ee80._comment new file mode 100644 index 0000000000..0806fc4c15 --- /dev/null +++ b/doc/forum/recover_deleted_files___63__/comment_6_b6614dddceba94c94179572a8f59ee80._comment @@ -0,0 +1,9 @@ +[[!comment format=mdwn + username="hobbie123" + avatar="http://cdn.libravatar.org/avatar/757597b9cb81748641d047835128e96c" + subject="windows password " + date="2017-03-13T06:28:14Z" + content=""" +Password Manager +is a free manager for XP and windows password issues and it works as good as can be expected. In addition,the main thing is to stop using the external hard disk until you use this tool, and avoid writing any files to it. +"""]]