Theking2
Theking2

But not after a second enter? I inderstand this is matter of style preference but for me a sub element is never preceded by an empty line.
Imho this is not needed or should at least be optional. I frequently use a oneline `if() ...;` statement. If I have more than one statement I use {}.
As administrator ``` > ssh-agent -ddd agent_start pid:20244, dbg:1 ``` No other lines are written in another powershell: ``` > ssh-add .\id_email_example_com Could not add identity ".\id_email_example_com": invalid format >...
Formatted as a single line (removing all but the last `0x0A`) has the same result. Removing all `0x0A` has the same result.
Removed an reinstalled OpenSSH-client from Settings/Optional
``` > Get-Command ssh-add CommandType Name Version Source ----------- ---- ------- ------ Application ssh-add.exe 8.1.0.1 C:\Windows\System32\OpenSSH\ssh-add.exe ``` ``` > Get-Command ssh-agent CommandType Name Version Source ----------- ---- ------- ------ Application...
## Mystery solved. From another agent there was a left-over system environment variable `SSL_AUTH_SOCK`. It almost looks like either `ssh-agent` or `ssh-add` does not observe this variable. I believe ssh-agent...
I reopen as I made a suggestion that could be included in the bug template
https://www.w3docs.com/learn-php/trigger-error.html trigger_error with E_USER_ERROR. `The E_USER_ERROR type is used for fatal errors that should stop the script from executing.`