<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi,</div><div><br></div><div>Did you clone from <a href="http://gitlab.haskell.org">gitlab.haskell.org</a> ?</div><div>Both <a href="http://github.com">github.com</a> and <a href="http://git.haskell.org">git.haskell.org</a> are already old domains.</div><div><br></div><div>There may be a better way, but I'm cloning like this:</div><div><br></div><div>  -- clone from gitlab</div><div>  $ git clone git@gitlab.haskell.org:YOUR_NAME/ghc.git</div><div><br></div><div>  -- fix submodules</div><div>  $ mv .gitmodules   .<a href="http://gitmodules.org">gitmodules.org</a></div><div>  $ sed -e 's/\.\./https:\/\/<a href="http://gitlab.haskell.org">gitlab.haskell.org</a>\/ghc/' .<a href="http://gitmodules.org">gitmodules.org</a> > .gitmodules</div><div>  $ git submodule update --init</div><div>  $ git checkout .gitmodules</div><div><br></div><div>Regards,</div><div>Takenobu</div><div><br></div></div></div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><br></div><div><br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Apr 4, 2019 at 8:23 AM autotaker <<a href="mailto:autotaker@gmail.com" target="_blank">autotaker@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi devs,<div><br></div><div>I pulled ghc gitlab repository by</div><div>```</div><div>git pull --recurse-submodules</div><div>```</div><div><br></div><div>But it failed with the following error.</div><div>```</div><div>error: Server does not allow request for unadvertised object 58a7ea0336363b29513164487190f6570b8ea834<br></div><div>Fetched in submodule path 'libraries/array', but it did not contain 58a7ea0336363b29513164487190f6570b8ea834. Direct fetching of that commit failed.<br></div><div>```</div><div>It seems the latest commit `58a7ea` of `array` library is not found on the server.</div><div>Are there any help on this?</div><div><br></div><div>Best,</div><div>Taku Terao</div></div></div></div></div>
_______________________________________________<br>
ghc-devs mailing list<br>
<a href="mailto:ghc-devs@haskell.org" target="_blank">ghc-devs@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs</a><br>
</blockquote></div>
</div>