Skip to content

Whitespace offset in output after "update_code" task #2658

Discussion options

You must be logged in to vote

Well, I asked this question and I will answer it myself 😄 ...

The problem was in fact in this part:

Warning: Permanently added 'server1.provider.com,999.999.999.999' (ECDSA) to the list of known hosts.
Warning: Permanently added 'server2.provider.com,999.999.999.999' (ECDSA) to the list of known hosts.
Warning: Permanently added 'server3.provider.com,999.999.999.999' (ECDSA) to the list of known hosts.

it means Git tries to interact and ask for confirmation. It was a bad setting, specifically

set("git_tty", true);

Changing this to setting to

set("git_tty", false);

solved my problem.

I hope this helps someone 🙏

Cheers.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@antonmedv
Comment options

Answer selected by semisedlak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants