My team ran into this problem too. Are you using mintty as your console? mintty presents itself as a pipe instead of a "real" console, and so programs that behave differently when used in a pipeline don't work how you'd expect. The Git for Windows docs present a few solutions: https://github.com/git-for-windows/git/wiki/FAQ#some-native-console-programs-dont-work-when-run-from-git-bash-how-to-fix-it
We've run into so many mysterious problems that went away when using a normal windows console that I'd recommend avoiding it unless you're sure you're using *only* msys utilities. -Miles On Thursday, November 12, 2015 at 1:14:15 AM UTC-8, Christian Hammond wrote: > > It's unlikely to be something we can get to right away. Our time's very > limited and we're really busy at the moment, but having the bug definitely > helps us track. > > If someone on this thread has some Python experience and can dig into how > this appears to be failing in the code, that would help us get this > resolved much sooner. > > Christian > > -- > Christian Hammond - [email protected] <javascript:> > Review Board - https://www.reviewboard.org > Beanbag, Inc. - https://www.beanbaginc.com > > On Thu, Nov 12, 2015 at 1:11 AM, Der Mezger <[email protected] > <javascript:>> wrote: > >> Already filed it as https://hellosplat.com/s/beanbag/tickets/4015/ but >> no reaction there yet. >> >> Am Donnerstag, 12. November 2015 10:09:46 UTC+1 schrieb Christian Hammond: >>> >>> Can you file a bug with all relevant information to >>> https://hellosplat.com/s/beanbag/tickets/new/?project=rbtools ? This >>> will help us track this. >>> >>> There's a lot of variation in terms of how the various builds of Git and >>> Python work on Windows, and it can often lead to some interesting >>> problems... >>> >>> Christian >>> >>> -- >>> Christian Hammond - [email protected] >>> Review Board - https://www.reviewboard.org >>> Beanbag, Inc. - https://www.beanbaginc.com >>> >>> On Thu, Nov 12, 2015 at 1:05 AM, Der Mezger <[email protected]> wrote: >>> >>>> There's no proxy server in my setup. >>>> >>>> rbt works fine from within the GIT CMD (normal Windows CMD with GIT in >>>> the PATH), just doesn't work from the MINGW32 GIT bash. >>>> >>>> Am Mittwoch, 16. September 2015 20:15:57 UTC+2 schrieb Justin Palmer: >>>>> >>>>> Another user at my office reported and I confirmed: rbt 0.7.4 in >>>>> git-bash 2.5.1 does not prompt for password, but instead hangs: >>>>> >>>>> $ rbt post -g --username=justinpa --parent=origin/master -d >>>>> >>>>> >>> RBTools 0.7.4 >>>>> >>>>> … >>>>> >>> Making HTTP GET request to http://localhost/reviews/api/ >>>>> >>>>> >>>>> git-cmd, cmd, and even my own MSYS2 will continue with: >>>>> >>>>> >>>>> >>>>> Please log in to the Review Board server at localhost. >>>>> >>>>> Password: >>>>> >>>>> >>>>> >>>>> >>>>> ... >>>> >>>> -- >>>> Supercharge your Review Board with Power Pack: >>>> https://www.reviewboard.org/powerpack/ >>>> Want us to host Review Board for you? Check out RBCommons: >>>> https://rbcommons.com/ >>>> Happy user? Let us know! https://www.reviewboard.org/users/ >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "reviewboard" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> -- >> Supercharge your Review Board with Power Pack: >> https://www.reviewboard.org/powerpack/ >> Want us to host Review Board for you? Check out RBCommons: >> https://rbcommons.com/ >> Happy user? Let us know! https://www.reviewboard.org/users/ >> --- >> You received this message because you are subscribed to the Google Groups >> "reviewboard" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
