Trouble committing

Erik de Castro Lopo mle+hs at mega-nerd.com
Sun Dec 14 10:25:35 UTC 2014


Herbert Valerio Riedel wrote:

> What does the following command output in your case?
> 
> $ git remote show -n origin | grep URL
>   Fetch URL: git://git.haskell.org/ghc.git
>   Push  URL: ssh://git@git.haskell.org/ghc.git

Fixed it with some help from ezyang who suggested:

    git remote set-url origin --push ssh://git@git.haskell.org/ghc.git

Cheers,
Erik
-- 
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/


More information about the ghc-devs mailing list