Re: Can't push to staging area?

2018-01-05 Thread Ben Gamari
Bartosz Nitka writes: > I just want to report that it works for me now. > Indeed; I should have mentioned that I fixed it yesterday. Cheers, - Ben signature.asc Description: PGP signature ___ ghc-devs mailing list

Re: Can't push to staging area?

2018-01-05 Thread Bartosz Nitka
I just want to report that it works for me now. Thanks, Bartosz ___ ghc-devs mailing list ghc-devs@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Re: Can't push to staging area?

2018-01-04 Thread Ben Gamari
Bartosz Nitka writes: > Thanks for the pointers, I dug a bit deeper and I've also found > https://secure.phabricator.com/book/phabricator/article/diffusion_hosting/#troubleshooting-ssh. > > That prompted me to try: > > $ ssh -v -T -p g...@phabricator-origin.haskell.org >

Re: Can't push to staging area?

2018-01-03 Thread Bartosz Nitka
Thanks for the pointers, I dug a bit deeper and I've also found https://secure.phabricator.com/book/phabricator/article/diffusion_hosting/#troubleshooting-ssh. That prompted me to try: $ ssh -v -T -p g...@phabricator-origin.haskell.org git-receive-pack /diffusion/GHCDIFF/ The result:

Re: Can't push to staging area?

2018-01-03 Thread Phyx
This is a local git configuration issue. Your pack scripts (git-upload-pack etc) are on a path that requires sudo or your sudoers configuration is wrong. See https://stackoverflow.com/questions/24059597/phabricator-git-ssh-clone-fails-with-password-required-error On Thu, Jan 4, 2018, 01:06

Re: Can't push to staging area?

2018-01-03 Thread Brandon Allbery
"sudo: a password is required" Can't even tell if that's local (beware e.g. Ubuntu defaults) or remote (which would be a configuration problem on the remote end, not to mention seeming like a bad idea). On Wed, Jan 3, 2018 at 6:36 PM, Bartosz Nitka wrote: > I'm trying to

Can't push to staging area?

2018-01-03 Thread Bartosz Nitka
I'm trying to update a diff and I run into this: $ arc diff Linting... LINT OKAY No lint problems. Running unit tests... No unit test engine is configured for this project. PUSH STAGING Pushing changes to staging area... sudo: a password is required fatal: Could not read from remote