From f2b26789dbb3aa6c3c483568f182d3a7e91a4732 Mon Sep 17 00:00:00 2001 From: jkniiv Date: Thu, 9 Jan 2025 21:14:06 +0000 Subject: [PATCH 1/3] Added a comment: same problem on a VPS --- ..._766e975f08dacca4e27eb91b3f8ec238._comment | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 doc/bugs/__40__site__47__server__41___main_repository_offline_2025-01-07/comment_1_766e975f08dacca4e27eb91b3f8ec238._comment diff --git a/doc/bugs/__40__site__47__server__41___main_repository_offline_2025-01-07/comment_1_766e975f08dacca4e27eb91b3f8ec238._comment b/doc/bugs/__40__site__47__server__41___main_repository_offline_2025-01-07/comment_1_766e975f08dacca4e27eb91b3f8ec238._comment new file mode 100644 index 0000000000..46952cadf6 --- /dev/null +++ b/doc/bugs/__40__site__47__server__41___main_repository_offline_2025-01-07/comment_1_766e975f08dacca4e27eb91b3f8ec238._comment @@ -0,0 +1,34 @@ +[[!comment format=mdwn + username="jkniiv" + avatar="http://cdn.libravatar.org/avatar/05fd8b33af7183342153e8013aa3713d" + subject="same problem on a VPS" + date="2025-01-09T21:14:06Z" + content=""" +This doesn't seem to be merely a problem with my home internet but I also get the same error +on a VPS hosted by Hetzner (Helsinki data center): + +``` +jkniiv@jibun-ubuntu-2gb-hel1-1:~$ git clone git://git-annex.branchable.com/ git-annex-clone-TEST +Cloning into 'git-annex-clone-TEST'... +fatal: Could not read from remote repository. + +Please make sure you have the correct access rights +and the repository exists. +``` + +Yet: + +``` +jkniiv@jibun-ubuntu-2gb-hel1-1:~$ git clone git://git.joeyh.name/git-annex git-annex-clone-TEST +Cloning into 'git-annex-clone-TEST'... +remote: Enumerating objects: 281839, done. +remote: Counting objects: 100% (18490/18490), done. +remote: Compressing objects: 100% (6909/6909), done. +remote: Total 281839 (delta 12887), reused 16462 (delta 11469), pack-reused 263349 (from 1) +Receiving objects: 100% (281839/281839), 59.49 MiB | 20.45 MiB/s, done. +Resolving deltas: 100% (201606/201606), done. +``` + +So what is going on? + +"""]] From 1195f498e25d12823bb4e8c6d98cd98ad2096469 Mon Sep 17 00:00:00 2001 From: jkniiv Date: Thu, 9 Jan 2025 21:16:49 +0000 Subject: [PATCH 2/3] repo is probably not technically offline, just out of reach --- ...te__47__server__41___main_repository_offline_2025-01-07.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bugs/__40__site__47__server__41___main_repository_offline_2025-01-07.mdwn b/doc/bugs/__40__site__47__server__41___main_repository_offline_2025-01-07.mdwn index 010d826aad..f0b5b049bf 100644 --- a/doc/bugs/__40__site__47__server__41___main_repository_offline_2025-01-07.mdwn +++ b/doc/bugs/__40__site__47__server__41___main_repository_offline_2025-01-07.mdwn @@ -1,6 +1,6 @@ ### Please describe the problem. -The main repository `git://git-annex.branchable.com/` seems to be offline at the moment. +The main repository `git://git-annex.branchable.com/` seems to be out of reach at the moment. The mirror `git://git.joeyh.name/git-annex` seems to work. ### What steps will reproduce the problem? From 2a935fb05c04fba59190142226d7f2856cc8d88c Mon Sep 17 00:00:00 2001 From: yarikoptic Date: Fri, 10 Jan 2025 03:20:32 +0000 Subject: [PATCH 3/3] Added a comment --- ...comment_5_3383606878295faefd913f8a5173c99e._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/todo/specify_freeze__47__thaw_scripts_relative_to_topdir/comment_5_3383606878295faefd913f8a5173c99e._comment diff --git a/doc/todo/specify_freeze__47__thaw_scripts_relative_to_topdir/comment_5_3383606878295faefd913f8a5173c99e._comment b/doc/todo/specify_freeze__47__thaw_scripts_relative_to_topdir/comment_5_3383606878295faefd913f8a5173c99e._comment new file mode 100644 index 0000000000..cf4f5e55bb --- /dev/null +++ b/doc/todo/specify_freeze__47__thaw_scripts_relative_to_topdir/comment_5_3383606878295faefd913f8a5173c99e._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="yarikoptic" + avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4" + subject="comment 5" + date="2025-01-10T03:20:31Z" + content=""" +It could be `%gitdir` or any other you like. It could be that any relative path - relative to that folder since it makes no sense relative to current working dir etc + +I really feel odd about changing PATH for this purpose, especially to point to .git/hooks which want intended to be added to PATH. I think it if it was `.git/annex/hooks` , with documentation about such act happening, it would be a but more kosher, but I still feel better about some more explicit path specification +"""]]