omnibus icon indicating copy to clipboard operation
omnibus copied to clipboard

Require SSH

Open szechyjs opened this issue 8 years ago • 8 comments

I'm not sure where this got changed, but since I updated to the new cookbook that uses omnibus-toolchain openssh-clients doesn't get installed which results in git clones not working.

The following shell command exited with status 128:

    $ git ls-remote "[email protected]:repo.git" "master*"

Output:

    (nothing)

Error:

    error: cannot run ssh: No such file or directory
fatal: unable to fork

szechyjs avatar Jun 17 '16 18:06 szechyjs