
14 Dec
2014
14 Dec
'14
5:25 a.m.
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/