On Sat, 29 Mar 2008, Paul wrote: > When I do a simple git-pull over SSH, why does it typically prompt me for my > SSH password two or three times? And no, I am not inputting it wrong. In some versions of git, it makes separate connections to find out what the remote's state is and to fetch the actual data. A third connection should only be needed if there are new tags to fetch, and that would be after some of the messages. One of the changes in the upcoming release is to reduce this to one, except for an occasional second one. -Daniel *This .sig left intentionally blank* -- 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