On Mar 30, 2010, at 11:29 AM, Kathryn Huxtable wrote:

> [INFO] Executing: /bin/sh -c cd 
> /var/folders/M+/M+95phY6GfOYTLYCJKW4Bk+++TI/-Tmp- && git clone 
> git+ssh//github.com/khuxtable/test-project.git/. 
> /var/folders/M+/M+95phY6GfOYTLYCJKW4Bk+++TI/-Tmp-/wagon-scm472467110.checkout

I especially like the "/." after the "test-project.git". Funny.

I have just tried the url

  scm:git:g...@github.com:khuxtable/test-project.git

and got

[INFO] Executing: /bin/sh -c cd 
/var/folders/M+/M+95phY6GfOYTLYCJKW4Bk+++TI/-Tmp- && git clone 
'g...@github.com:khuxtable/test-project.git gh-pages/.' 
/var/folders/M+/M+95phY6GfOYTLYCJKW4Bk+++TI/-Tmp-/wagon-scm587989183.checkout
[INFO] Working directory: /var/folders/M+/M+95phY6GfOYTLYCJKW4Bk+++TI/-Tmp-
 Transfer error: org.apache.maven.scm.ScmException: Unable to commit file. The 
git-clone command failed. ERROR: Repository not found.  Make sure you include 
the .git, e.g. g...@github.com:defunkt/ambition.git

Which is just as funny, if not funnier. It's a lot closer to what I want, which 
is of course

    git clone 'g...@github.com:khuxtable/test-project.git' -b gh-pages 
'/var/folders/blahblahblah'

-K

Reply via email to