submodules
Simon Peyton Jones
simonpj at microsoft.com
Tue Apr 11 15:53:27 UTC 2017
Devs
I want to build a GHC from someone else repo; this one actually git at github.com:Tritlo/ghc.git<mailto:git at github.com:Tritlo/ghc.git>.
But when I clone it, and then do git submodule init; git submodule update, I get lots of
git submodule update
Cloning into '.arc-linters/arcanist-external-json-linter'...
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Clone of 'git at github.com:Tritlo/arcanist-external-json-linter.git' into submodule path '.arc-linters/arcanist-external-json-linter' failed
simonpj at cam-05-unx:~/code/ghc-holes$
What is the kosher way to do this?
Thanks
Simon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-devs/attachments/20170411/58395d41/attachment.html>
More information about the ghc-devs
mailing list