I reinstalled git package with putty and it worked okay this time.
It did print this line though before normal output:
stdin: is not a tty
remote: Counting objects: 1194, done.
...
I tweaked bash setting and it did not seem to do anything. But then I am on
Windows XP, so not sure if it will work the same way or if I edited the
right file.
Dennis
----- Original Message -----
From: "Ãvar ArnfjÃrà Bjarmason" <avarab@xxxxxxxxx>
To: "Dennis" <dennisfm@xxxxxxxxxxxxxxxxx>
Cc: "Shawn Pearce" <spearce@xxxxxxxxxxx>; <git@xxxxxxxxxxxxxxx>
Sent: Tuesday, November 16, 2010 5:46 AM
Subject: Re: Setting up Git Server over SSH
On Mon, Nov 15, 2010 at 20:14, Dennis <dennisfm@xxxxxxxxxxxxxxxxx> wrote:
I used OpenSSH instead of Putty
and that fixed things up.
Does using Putty with this at the top of your .bashrc fix it too:
if [[ $- != *i* ]] ; then
# Shell is non-interactive. Be done now!
return
fi
?
--
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