You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2020. It is now read-only.
When invoking :YcmGenerateConfig, if there are any git submodules that are setup with ssh based access, it doesn't seem to be able to access the ssh-agent.
Most likely it is down to the way the command is invoked; is it inside a pristine shell/env?
The text was updated successfully, but these errors were encountered:
Most likely it is down to the way the command is invoked; is it inside a pristine shell/env?
That's exactly right. You can disable this functionality using --preserve-environment. The reason it's turned on by default is to avoid any variables that might set the compiler from overriding the fake toolchain.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When invoking
:YcmGenerateConfig
, if there are any git submodules that are setup with ssh based access, it doesn't seem to be able to access thessh-agent
.Most likely it is down to the way the command is invoked; is it inside a pristine shell/env?
The text was updated successfully, but these errors were encountered: