[GHC] #12859: ghc/packages/Cabal is not a valid repository name
GHC
ghc-devs at haskell.org
Tue Nov 22 15:11:52 UTC 2016
#12859: ghc/packages/Cabal is not a valid repository name
---------------------------------+--------------------------------------
Reporter: philderbeast | Owner: hvr
Type: bug | Status: new
Priority: normal | Milestone:
Component: Trac & Git | Version: 8.0.1
Resolution: | Keywords:
Operating System: Windows | Architecture: x86_64 (amd64)
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
---------------------------------+--------------------------------------
Comment (by philderbeast):
The rewrite rule wasn't in git's global config at
{{{%USERPROFILE%/.gitconfig}}} so I added it and then checked again that
it was there.
{{{
$ git config --global url."git://github.com/ghc/packages-".insteadOf
git://github.com/ghc/packages/
$ git config --global --list
url.git://github.com/ghc/packages-.insteadof=git://github.com/ghc/packages/
}}}
Having set the rewrite rule in the global config, the recursive clone
works.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12859#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list