Either git or ssh (required by git to clone through SSH) is not installed in the image.

This error occurs when using custom images in CircleCI, which do not have git or SSH installed.

Git and SSH are required for CircleCI to function properly, and will cause CircleCI to fall back to the native git client if it cannot be found.

To resolve this error, install Git and SSH to the Docker image.

 

If you receive this error on a CircleCI convenience image, please contact Support for assistance.

Was this article helpful?
4 out of 8 found this helpful

Comments

0 comments

Article is closed for comments.