Re: Pushing to nofib

2022-09-27 Thread Sebastian Graf
-- Originalnachricht -- Von: "Simon Peyton Jones" An: "GHC developers" Gesendet: 27.09.2022 09:49:53 Betreff: Pushing to nofib Friends How do I push to the nofib/ repository? I just wanted to add some documentation. I'm on branch 'master' and tried to push. Got thi

Pushing to nofib

2022-09-27 Thread Simon Peyton Jones
Friends How do I push to the nofib/ repository? I just wanted to add some documentation. I'm on branch 'master' and tried to push. Got this below. What next? Thanks Simon bash$ git push Enumerating objects: 5, done. Counting objects: 100% (5/5), done. Delta compression using up to 24 threads

RE: Pushing to nofib

2017-04-28 Thread Ben Gamari
Simon Peyton Jones writes: > git remote -v > origingit://git.haskell.org/nofib.git (fetch) > origingit://git.haskell.org/nofib.git (push) > simonpj@cam-05-unx:~/code/HEAD-4/nofib$ > Indeed that is the issue. git:// URLs are read-only. You'll need to add a

RE: Pushing to nofib

2017-04-28 Thread Simon Peyton Jones via ghc-devs
imo...@microsoft.com>; ghc-devs@haskell.org | Subject: Re: Pushing to nofib | | Simon Peyton Jones via ghc-devs <ghc-devs@haskell.org> writes: | | > How can I push to the nofib repository? I get this: | > | What does | | git remote -v | | say when run in the nofib/ direct

Re: Pushing to nofib

2017-04-28 Thread Ben Gamari
Simon Peyton Jones via ghc-devs writes: > How can I push to the nofib repository? I get this: > What does git remote -v say when run in the nofib/ directory? Cheers, - Ben signature.asc Description: PGP signature ___

Pushing to nofib

2017-04-28 Thread Simon Peyton Jones via ghc-devs
How can I push to the nofib repository? I get this: simonpj@cam-05-unx:~/code/HEAD-4/nofib$ git push fatal: remote error: access denied or repository not exported: /nofib.git Thanks Simon ___ ghc-devs mailing list ghc-devs@haskell.org