Source checkout stuck on "are you sure you want to continue..."

The code checkout step is stuck at this. what should I do ?

Cloning into ‘.’…
The authenticity of host ‘github.com (192.30.253.113)’ can’t be established.
RSA key fingerprint is XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Are you sure you want to continue connecting (yes/no)?

my yml file looks like this.


steps:
- checkout

That’s odd. Try disconnecting the project and re-discovering it, perhaps?

(Aside: please use the formatting tools here for readability. See below. Note that YAML relies on space indentation, so if those are lost, readers cannot see whether it is correct. The code button looks like </>).


The code checkout step is stuck at this. What should I do ?

Cloning into ‘.’…
The authenticity of host ‘github.com (192.30.253.113)’ can’t be
established.
RSA key fingerprint is XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Are you sure you want to continue connecting (yes/no)?

My YAML file looks like this:

steps:
    - checkout

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