Trouble committing

Herbert Valerio Riedel hvr at gnu.org
Sun Dec 14 09:51:05 UTC 2014


On 2014-12-14 at 08:46:03 +0100, Erik de Castro Lopo wrote:

[...]

>> $ git push origin master
>> 
>> as explained on https://ghc.haskell.org/trac/ghc/wiki/Phabricator, but on
>> the last command I get this error:
>> 
>> fatal: remote error: access denied or repository not exported: /ghc.git
>> 
>> Maybe I just no longer have commit access to ghc?
>
> Andi,
>
> Did you get a response to this? I seem to be in the same boat for D570.

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


More information about the ghc-devs mailing list