On Fri, 13 Jun 2008, Zachary Kline wrote: > You want to cd into the directory created by that initial git-clone. > It's called speakup. > Then just do a git-pull, without any arguments. The git repository to > use is already encoded in the directory and files in it, no need to do > anything else. It'll update to the latest code. Thanks. The directory was the problem--I was running it from above, because I had thought the .git directory had been created one level higher than the repository (something while I was cloaning gave me that impression). Tried from the proper cwd, and working fine. Regards, Luke