Builds failing on build step. Says 'close tcp use of closed network connection'

This is the error message I get

Either git or ssh (required by git to clone through SSH) is not installed in the image. Falling back to CircleCI's native git client but the behavior may be different from official git. If this is an issue, please use an image that has official git and ssh installed.
Counting objects: 6448, done.
Compressing objects: 100% (60/60), done.
Total 6448 (delta 30), reused 0 (delta 0)
close tcp 172.23.0.3:53590->18.205.93.1:22: use of closed network connection

Is this in the local CircleCI binary, or on the hosted service? I don’t know if there is enough information here to offer advice. What do you have in your .circleci/config.yml?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.