Hello, when i try clone from Github, i got next error:
.ssh/config: line 25: Bad configuration option: identifyfile…
Maybe it should be “identityfile”, not “identifyfile”
Hello, when i try clone from Github, i got next error:
.ssh/config: line 25: Bad configuration option: identifyfile…
Maybe it should be “identityfile”, not “identifyfile”
Looks like you have a mis-configured ssh. It is indeed “IdentityFile” as described here: https://unix.stackexchange.com/questions/494483/specifying-an-identityfile-with-ssh#494485.