Welcome to the Linux Foundation Forum!

Receiving Connection Reset by peer

Options

Hi There,
I am receiving connection reset by peer error from Curl, when trying to fabric script to clone the repository

curl -sSL http://bit.ly/2ysbOFE | bash -s -- 2.2.2 1.4.9

curl: (56) Recv failure: Connection reset by peer

Comments

  • SumitVedpathak
    Options

    Adding an https in curl command works.

    curl -sSL https://bit.ly/2ysbOFE | bash -s -- 2.2.2 1.4.9

  • alebaffa
    alebaffa Posts: 3
    Options

    Just did the same, going through the official training. Looks like that version does not exist on github. I had to change it to 2.3.2.

Categories

Upcoming Training