Sublime Forum

Sublime Merge problem “Bad configuration option: identifyfile…”

#1

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”

0 Likes

#2

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.

0 Likes