-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Git credentials installer broken #8040
Comments
@eivantsov didn't my PR in Oct fix this for you? #7062 |
I do have the same problem. Git credentials don't work and in the startup log of the dev-machine you can see:
Running on OpenShift 3.9, Che 6.5.0. |
… is missing Signed-off-by: Jens Reimann <jreimann@redhat.com>
I actually think this is pretty severe bug pretty easy to fix. For me this completely knocks out Git support. |
I agree with ctron, this makes Git unusable for me aswell. I can use git when I manually copy the keys from |
Signed-off-by: Jens Reimann <jreimann@redhat.com>
Closing as fixed |
… is missing Signed-off-by: Jens Reimann <jreimann@redhat.com>
https://github.com/eclipse/che/blob/e90eaa97fe06f2fbea4ad56351919087fe78d627/agents/git-credentials/src/main/resources/installers/1.0.0/org.eclipse.che.git.script.sh#L12
If there's no
~/.ssh
dir in the container, the script fails to create another script that is then echoed to~/.bashrc
The text was updated successfully, but these errors were encountered: