The other page<br><br><a href="https://ghc.haskell.org/trac/ghc/wiki/Building/GettingTheSources">https://ghc.haskell.org/trac/ghc/wiki/Building/GettingTheSources</a><br><br>suggests:<br><br>git clone --recursive git://<a href="http://git.haskell.org/ghc.git">git.haskell.org/ghc.git</a><br><br>This always works to me.<br><br>--<br>Best wishes,<br>Artem<br><br><div class="gmail_quote"><div dir="ltr">вт, 17 июля 2018 г. в 21:14, Matthew Pickering <<a href="mailto:matthewtpickering@gmail.com">matthewtpickering@gmail.com</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Did you do the line above as well?<br>
<br>
```<br>
git config --global url."git://<a href="http://github.com/ghc/packages-" rel="noreferrer" target="_blank">github.com/ghc/packages-</a>".insteadOf<br>
git://<a href="http://github.com/ghc/packages/" rel="noreferrer" target="_blank">github.com/ghc/packages/</a><br>
```<br>
<br>
On Tue, Jul 17, 2018 at 8:09 PM, Richard Eisenberg <<a href="mailto:rae@cs.brynmawr.edu" target="_blank">rae@cs.brynmawr.edu</a>> wrote:<br>
> Hi devs,<br>
><br>
> The Newcomers page (<a href="https://ghc.haskell.org/trac/ghc/wiki/Newcomers" rel="noreferrer" target="_blank">https://ghc.haskell.org/trac/ghc/wiki/Newcomers</a>) recommends cloning GHC with<br>
><br>
>> git clone --recursive git://<a href="http://github.com/ghc/ghc" rel="noreferrer" target="_blank">github.com/ghc/ghc</a><br>
><br>
> I believe my students did this with success several weeks ago. But trying it again today leads to trouble with some submodules, e.g.:<br>
><br>
>> Cloning into '/Users/rae/ltemp/ghc-test/libraries/Cabal'...<br>
>> fatal: remote error:<br>
>>   ghc/packages/Cabal is not a valid repository name<br>
>>   Email <a href="mailto:support@github.com" target="_blank">support@github.com</a> for help<br>
>> fatal: clone of 'git://<a href="http://github.com/ghc/packages/Cabal.git" rel="noreferrer" target="_blank">github.com/ghc/packages/Cabal.git</a>' into submodule path '/Users/rae/ltemp/ghc-test/libraries/Cabal' failed<br>
>><br>
><br>
> Is there something wrong in the internets? Or should we update the Newcomers page?<br>
><br>
> Thanks,<br>
> Richard<br>
> _______________________________________________<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>
_______________________________________________<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>