Hello Benson,

when this repository is on a host of it's own adding an entry to ssh-config
may help (http://linux.die.net/man/5/ssh_config) .

Regards Mirko
-- 
Sent from my mobile
On Mar 8, 2013 2:53 AM, "Benson Margulies" <bimargul...@gmail.com> wrote:

> Actually, I know what's happening.
>
> To talk to this repo, I need to use a custom ssh key.
>
> At command level, I use a shell script:
>
> git clone --config ssh.key=/users/benson/.ssh/id_basis_rsa "$@"
>
> THe question is, how do I get the m-r-p to do this?
>
>
> On Thu, Mar 7, 2013 at 8:49 PM, Tim Wu T <tim.t...@ericsson.com> wrote:
>
> > I think it should better for you to provide more stacktrace.
> >
> > [ERROR] The git-clone command failed. This message is too limited to find
> > the root cause.
> >
> > Br,
> > Tim
> > -----Original Message-----
> > From: Benson Margulies [mailto:bimargul...@gmail.com]
> > Sent: Friday, March 08, 2013 9:47 AM
> > To: Maven Users List
> > Subject: Release:perform failing on git ...
> >
> > release plugin 2.3.2
> >
> > prepare does fine.
> >
> > perform fails with:
> >
> > [INFO] --- maven-release-plugin:2.3.2:perform (default-cli) @
> > find-jug-dist-dir-maven-plugin ---
> > [INFO] Checking out the project to perform the release ...
> > [INFO] Executing: /bin/sh -c cd
> > /Users/benson/x/find-jug-dist-dir-maven-plugin/target && git clone
> --branch
> > find-jug-dist-dir-maven-plugin-1
> > g...@github.com:basis-technology-corp/find-jug-dist-dir-maven-plugin.git
> > /Users/benson/x/find-jug-dist-dir-maven-plugin/target/checkout
> > [INFO] Working directory:
> > /Users/benson/x/find-jug-dist-dir-maven-plugin/target
> > [ERROR] The git-clone command failed.
> >
> > scm looks like:
> >
> >     <scm>
> >       <connection>scm:git:g...@github.com:
> > basis-technology-corp/find-jug-dist-dir-maven-plugin.git</connection>
> >       <developerConnection>scm:git:g...@github.com:
> >
> >
> basis-technology-corp/find-jug-dist-dir-maven-plugin.git</developerConnection>
> >       <url>
> > https://github.com/basis-technology-corp/find-jug-dist-dir-maven-plugin
> > </url>
> >       <tag>HEAD</tag>
> >     </scm>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> > For additional commands, e-mail: users-h...@maven.apache.org
> >
> >
>

Reply via email to