

Syntax is actually triggering what may be a bug in Sublime, because it's actually causing the entire It's interesting to note in your case that using the

Is converted into a single character by the parser, leaving Sublime to see the

So, taken all together the simple example here would need to look like this: , so doing this will stop the file from parsing as JSON, which will end you in a situation where you try to build and the status bar will say if Sublime sees that sequence, then it replacesĪnd does nothing else, which lets the text pass through.

That it passes on to the shell, you need to quote it as So for example, something like this to echo your home directory won't work:Īs a variable, it doesn't know what that is so it expands it to an empty string, and the result is to just execute the In front of text, Sublime treats it as a variable to expand, and any variables that have names that it doesn't understand get replaced with an empty string. In the normal course of operations if you were to use a That you're using to get the path of the current file. , which stores the passphrase in your keychain for you when you add anįiles because it's used to denote variable expansions in the build system fields that support it, such as the Ke圜hain on macOS handles everything for me (without any ssh config I'm still using the default id_rsa for all of my repos). Is properly configured to cached said passphrase. Second, as the OP discussed here, SSH private keys with passphrase don't seem to be supported, unless the That is to rule out any interpretation error of that key by Sublime Merge. Ssh-keygen -m PEM -t rsa -P "" -f mynewkey Try and regenerate a private key (and register it on GitLab), but this time with: See "Jenkins: what is the correct format for private key in Credentials" Has been generated with Git 2.19.2, meaning an openssh 7.8+, which has just changed its private key default format, from PEM (64 characters per lines) to "OPENSSH" (70 characters per lines). Git in the terminal works fine but Sublime Merge I am getting permissions errors.
