On Thu, Dec 9, 2010 at 1:25 AM, Chase Brammer <cbrammer@xxxxxxxxx> wrote: > 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. Try putting the username and password in ~/.netrc, or in the url with https://user:pwd@xxxxxxx/ - that way, you can skip the "input process" altogether. -- Cheers, Ray Chuan -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html