diff --git a/doc/bugs/Can__39__t_add_remotes_through_the_web_assistant/comment_6_bb6c572eb9b9d5d435bdb6eeb78a11f9._comment b/doc/bugs/Can__39__t_add_remotes_through_the_web_assistant/comment_6_bb6c572eb9b9d5d435bdb6eeb78a11f9._comment new file mode 100644 index 0000000000..754e875a5f --- /dev/null +++ b/doc/bugs/Can__39__t_add_remotes_through_the_web_assistant/comment_6_bb6c572eb9b9d5d435bdb6eeb78a11f9._comment @@ -0,0 +1,37 @@ +[[!comment format=mdwn + username="stefankangas@2fc5a0baba35168e9f9b5b72d5204558fd964c32" + nickname="stefankangas" + avatar="http://cdn.libravatar.org/avatar/5bef54a6599375e6bfe9da041e04b588" + subject="Same issue on OSX / git-annex 6.20180807" + date="2018-10-01T12:49:27Z" + content=""" +I'm seeing the same issue on OSX when adding a \"Remote server\", using git-annex version 6.20180807. This is on a completely new repository that I've created in \"~/annex\", with no files in it. + +After clicking \"Combine repositories\", I get the following error: + + Internal Server Error + there is no available git remote named \"mydomain.example.com_annex\" + +Where mydomain.example.com is the address to my ssh server. + +The logs say: + + [2018-10-01 14:39:44.352157] main: starting assistant version 6.20180807 + [2018-10-01 14:39:44.416265] Cronner: You should enable consistency checking to protect your data. + (scanning...) [2018-10-01 14:39:44.670591] Watcher: Performing startup scan + (started...) + 01/Oct/2018:14:40:13 +0200 [Error#yesod-core] there is no available git remote named \"mydomain.example.com_annex\" @(yesod-core-1.4.37.3-2QxllzSqvdqJbUCjADwK0K:Yesod.Core.Class.Yesod ./Yesod/Core/Class/Yesod.hs:693:5) + +It does not matter if the remote repository has been created or not - I still see the same error. Also, my local \"~/annex\" git repository has a remote named \"mydomain.example.com_annex\": + + # git remote show mydomain.example.com_annex + mesg: ttyname failed: Inappropriate ioctl for device + * remote mydomain.example.com_annex + Fetch URL: ssh://skangas@mydomain.example.com/~/annex/ + Push URL: ssh://skangas@mydomain.example.com/~/annex/ + HEAD branch: (unknown) + Remote branch: + git-annex new (next fetch will store in remotes/mydomain.example.com_annex) + Local ref configured for 'git push': + git-annex pushes to git-annex (local out of date) +"""]]