Cannot fetch array @ 58a7ea
autotaker
autotaker at gmail.com
Thu Apr 4 13:20:35 UTC 2019
Hi, Takenobu,
It worked! Thank you.
This was the case mentioned in
https://gitlab.haskell.org/ghc/ghc/issues/16513.
URL of GHC in `README.md` has been fixed today. So there will be no problem.
Best,
Taku
2019年4月4日(木) 21:53 Takenobu Tani <takenobu.hs at gmail.com>:
> Hi,
>
> Did you clone from gitlab.haskell.org ?
> Both github.com and git.haskell.org are already old domains.
>
> There may be a better way, but I'm cloning like this:
>
> -- clone from gitlab
> $ git clone git at gitlab.haskell.org:YOUR_NAME/ghc.git
>
> -- fix submodules
> $ mv .gitmodules .gitmodules.org
> $ sed -e 's/\.\./https:\/\/gitlab.haskell.org\/ghc/' .gitmodules.org >
> .gitmodules
> $ git submodule update --init
> $ git checkout .gitmodules
>
> Regards,
> Takenobu
>
>
>
>
> On Thu, Apr 4, 2019 at 8:23 AM autotaker <autotaker at gmail.com> wrote:
>
>> Hi devs,
>>
>> I pulled ghc gitlab repository by
>> ```
>> git pull --recurse-submodules
>> ```
>>
>> But it failed with the following error.
>> ```
>> error: Server does not allow request for unadvertised object
>> 58a7ea0336363b29513164487190f6570b8ea834
>> Fetched in submodule path 'libraries/array', but it did not contain
>> 58a7ea0336363b29513164487190f6570b8ea834. Direct fetching of that commit
>> failed.
>> ```
>> It seems the latest commit `58a7ea` of `array` library is not found on
>> the server.
>> Are there any help on this?
>>
>> Best,
>> Taku Terao
>> _______________________________________________
>> ghc-devs mailing list
>> ghc-devs at haskell.org
>> http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-devs/attachments/20190404/fa3a2ccf/attachment.html>
More information about the ghc-devs
mailing list