You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/04/13 19:19:47 UTC

[GitHub] csantanapr opened a new issue #26: git clone not working when using ssh git url (add ssh client)

csantanapr opened a new issue #26: git clone not working when using ssh git url (add ssh client)
URL: https://github.com/apache/incubator-openwhisk-runtime-docker/issues/26
 
 
   user reported that using a bash script in dockerskeleton they can't git clone a url using ssh scheme
   ```
   git clone git@github.com:apache/incubator-openwhisk-runtime-docker.git
   ```
   I'm guessing is because the image is missing the ssh client or some ssh client side config.
   
   We should not enable/install ssh server/deamon/service, but look if it's possible to just add the minimum to make the git clone work over ssh.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services