
Devs In a clean, up-to-date master I try to say Bash$ git submodule update fatal: reference is not a tree: 07f2ca98fd4249dc6ebad053bd6aef90c814efe0 Unable to checkout '07f2ca98fd4249dc6ebad053bd6aef90c814efe0' in submodule path 'utils/haddock' What should I do? Thanks Simon

I just pulled master and `git submodule update` worked. Have you done `git
submodule sync` after updating your remotes to point to Gitlab? I'd try doing
that and then `git submodule update --init` again afterwards.
Ömer
Simon Peyton Jones via ghc-devs
Devs
In a clean, up-to-date master I try to say
Bash$ git submodule update
fatal: reference is not a tree: 07f2ca98fd4249dc6ebad053bd6aef90c814efe0
Unable to checkout '07f2ca98fd4249dc6ebad053bd6aef90c814efe0' in submodule path 'utils/haddock'
What should I do?
Thanks
Simon
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Yes I'm pointing to gitlab.
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = https://gitlab.haskell.org/ghc/ghc.git
pushurl = git@gitlab.haskell.org:ghc/ghc
I have done
git submodule sync
git submodule init
git submodule update
The latter elicits this odd message.
Simon
| -----Original Message-----
| From: Ömer Sinan Ağacan
participants (2)
-
Simon Peyton Jones
-
Ömer Sinan Ağacan