
#15641: Git repositories have several problems -------------------------------------+------------------------------------- Reporter: flip101 | Owner: hvr Type: bug | Status: new Priority: high | Milestone: Component: Trac & Git | Version: Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Comment (by potato44): I'm only guessing here, but the problem with github might be from not doing some configuration mentioned on the [https://ghc.haskell.org/trac/ghc/wiki/Newcomers newcomers] wiki page {{{ # needed only once, URL rewrite rule is persisted in ${HOME}/.gitconfig git config --global url."git://github.com/ghc/packages-".insteadOf git://github.com/ghc/packages/ # (if you already cloned using ssh, you'll need this rule instead to make submodules work:) # git config --global url."git@github.com:ghc/packages-".insteadOf git@github.com:ghc/packages/ }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15641#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler