git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* StandardInput Not Continuing Process
@ 2010-12-08 17:25 Chase Brammer
  2010-12-23 16:55 ` Chase Brammer
  2010-12-25  2:45 ` Tay Ray Chuan
  0 siblings, 2 replies; 5+ messages in thread
From: Chase Brammer @ 2010-12-08 17:25 UTC (permalink / raw)
  To: git

I am try to directly interact with Git by using only stdin, stdout,
and stderr.  So
not going through a terminal at all, but calling Git directly.   I am
having an issue
with being able to continue a process that requires input.

For example, doing a clone from a HTTPS server may require a username/password.
I writing the password as utf, and also tried just UTF byes (ie no
prepended 16-bit int)
but am unable to get the process to continue and start the clone process.

Is there some signal, or trick to getting the process to continue?  I
thought that sending a
"\n" would work, but that doesn't seem to be working either.

Thanks for any help!

Chase

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-12-25  2:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-08 17:25 StandardInput Not Continuing Process Chase Brammer
2010-12-23 16:55 ` Chase Brammer
2010-12-23 17:18   ` Brian Gernhardt
2010-12-23 17:20   ` Junio C Hamano
2010-12-25  2:45 ` Tay Ray Chuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).