Re: git clone works in ide but not git bash CLI

2018-10-02 Thread Johannes Schindelin
Hi David, On Mon, 24 Sep 2018, David Brown wrote: > Howdy, I have a conundrum: > > App: Spring Cloud Config Server > envvars: GIT_URL and SSH_KEY > IDE: Intellij 2018.2.4 Ultimate > > When I use the IDE to assign the SSH_KEY value all is copacetic. > > If I assign the envvar at the Git Bash

git clone works in ide but not git bash CLI

2018-09-24 Thread David Brown
Howdy, I have a conundrum: App: Spring Cloud Config Server envvars: GIT_URL and SSH_KEY IDE: Intellij 2018.2.4 Ultimate When I use the IDE to assign the SSH_KEY value all is copacetic. If I assign the envvar at the Git Bash CLI: com.jcraft.jsch.JSchException: Auth fail Any guesses? Thanks