Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.x] Prevent "Permanently added the ECDSA host key for IP address" from being logged as a Git error #9828

Merged
merged 2 commits into from Apr 5, 2024

Conversation

duncanmcclean
Copy link
Member

@duncanmcclean duncanmcclean commented Apr 5, 2024

This pull request fixes an issue with the Git integration where Permanently added the ECDSA host key for IP address [...] to the list of known hosts was being falsely logged as a Git error, even though it's just a warning.

Fixes #9817.

@duncanmcclean
Copy link
Member Author

@edalzell This PR will prevent the "Permanently added the ECDSA host key for IP address...." warnings from being logged by the integration.

Are there any other warnings you were seeing being logged? I can add them into this PR.

@jasonvarga jasonvarga merged commit ea7a2a1 into 4.x Apr 5, 2024
37 checks passed
@jasonvarga jasonvarga deleted the fix/false-positive-git-errors branch April 5, 2024 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Git integration throwing error unnecessarily
2 participants