git-clone problem

Zachary Kline klinez at onid.orst.edu
Fri Jun 13 02:12:24 EDT 2008


On Fri, Jun 13, 2008 at 01:47:48AM -0400, luke wrote:
> git-pull git://hubbs.homedns.org/speakup.git
> fatal: Not a git repository
> Failed to find a valid git directory.
This is because you're using git-pull.  Git-pull is for updating an
already-cloned repository.  
You want instead:
git-clone git://hubbs.homedns.org/speakup.git.
Hope this helps,
Zack.



More information about the Speakup mailing list