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://[email protected]/ghc.git
_______________________________________________
ghc-devs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/ghc-devs

Reply via email to