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://[email protected]/ghc.git

Fixed it with some help from ezyang who suggested:

    git remote set-url origin --push ssh://[email protected]/ghc.git

Cheers,
Erik
-- 
----------------------------------------------------------------------
Erik de Castro Lopo
http://www.mega-nerd.com/
_______________________________________________
ghc-devs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/ghc-devs

Reply via email to