<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 10/4/21 23:31, Don Zimmer wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:DM6PR11MB2684B39B4E4474185E6462AFA9AE9@DM6PR11MB2684.namprd11.prod.outlook.com">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <meta name="Generator" content="Microsoft Word 15 (filtered
        medium)">
      <style>@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}@font-face
        {font-family:"Segoe UI Emoji";
        panose-1:2 11 5 2 4 2 4 2 2 3;}p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}div.WordSection1
        {page:WordSection1;}</style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal">Hi,<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">I had set up an Apache server running
          Kallithea recently and all seems working well except I have
          just discovered that although ‘git clone’ works on an http URL
          to my server, that ‘git fetch’ fails with the message ‘<span
            style="font-size:10.5pt;font-family:"Segoe UI
            Emoji",sans-serif;color:#17191C;background:white">fatal:
            not a git repository (or any of the parent directories):
            .git</span>’.  Is this a known limitation?<o:p></o:p></p>
      </div>
    </blockquote>
    <p><br>
    </p>
    <p>No, we don't know about any issue like that.</p>
    <p>The case you describe works here (when testing with gearbox
      serve, not using Apache):</p>
    <p>$ git clone <a class="moz-txt-link-freetext" href="http://test_admin@localhost:5000/vcs_test_git">http://test_admin@localhost:5000/vcs_test_git</a><br>
      Cloning into 'vcs_test_git'...<br>
      Password for '<a class="moz-txt-link-freetext" href="http://test_admin@localhost:5000">http://test_admin@localhost:5000</a>': <br>
      remote: Enumerating objects: 3932, done.<br>
      remote: Counting objects: 100% (3932/3932), done.<br>
      remote: Compressing objects: 100% (1734/1734), done.<br>
      remote: Total 3932 (delta 2162), reused 3932 (delta 2162),
      pack-reused 0<br>
      Receiving objects: 100% (3932/3932), 1.13 MiB | 10.20 MiB/s, done.<br>
      Resolving deltas: 100% (2162/2162), done.<br>
      <br>
      $ cd vcs_test_git/<br>
      <br>
      $ git fetch<br>
      Password for '<a class="moz-txt-link-freetext" href="http://test_admin@localhost:5000">http://test_admin@localhost:5000</a>': <br>
      remote: Enumerating objects: 5, done.<br>
      remote: Counting objects: 100% (5/5), done.<br>
      remote: Compressing objects: 100% (3/3), done.<br>
      remote: Total 3 (delta 2), reused 0 (delta 0), pack-reused 0<br>
      Unpacking objects: 100% (3/3), 330 bytes | 330.00 KiB/s, done.<br>
      From <a class="moz-txt-link-freetext" href="http://localhost:5000/vcs_test_git">http://localhost:5000/vcs_test_git</a><br>
         5f2c6ee..2b209ba  master     -> origin/master</p>
    <p>$<br>
    </p>
    <p>Can you find a simple way to reproduce the problem?</p>
    <p>/Mads<br>
    </p>
  </body>
</html>