Pushing to nofib

Ben Gamari ben at smart-cactus.org
Fri Apr 28 16:46:38 UTC 2017


Simon Peyton Jones <simonpj at microsoft.com> writes:

> git remote -v
> origin	git://git.haskell.org/nofib.git (fetch)
> origin	git://git.haskell.org/nofib.git (push)
> simonpj at cam-05-unx:~/code/HEAD-4/nofib$
>
Indeed that is the issue. git:// URLs are read-only. You'll need to add
a new remote,

    git remote add upstream git at git.haskell.org:nofib

Then you can push with,

    git push upstream

Cheers,

- Ben
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 487 bytes
Desc: not available
URL: <http://mail.haskell.org/pipermail/ghc-devs/attachments/20170428/2c6f8dbc/attachment.sig>


More information about the ghc-devs mailing list