I'm connecting to a macOS 10.13 machine over SSH, and always get the following from `git-credential-manager` version 2.0.4: ``` Fatal: java.lang.SecurityException encountered. Details: User interaction is not allowed. fatal: credential helper 'manager' told us to quit ``` I've tried adding `canFallBackToInsecureStore = true` to my git config, but it doesn't seem to make any difference. SSH authentication isn't an option, as only HTTPS is enabled for the repository in question.
I'm connecting to a macOS 10.13 machine over SSH, and always get the following from
git-credential-managerversion 2.0.4:I've tried adding
canFallBackToInsecureStore = trueto my git config, but it doesn't seem to make any difference.SSH authentication isn't an option, as only HTTPS is enabled for the repository in question.