-
Notifications
You must be signed in to change notification settings - Fork 30
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
Gem not see previous installed git #48
Comments
what if you run "git" from the command line?
…On Mon, Aug 13, 2018 at 9:12 AM, Konstantinov Oleg ***@***.*** > wrote:
Hi, friends!
Version specific_install 0.3.5.
When i try install some gem by url, i catch this exception:
[image: screenshot_1]
<https://user-images.githubusercontent.com/23136372/44040530-3bafc164-9f24-11e8-9f67-ed1ad2bd4463.png>
As you can see, git is already installed. What can i do to fix it?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#48>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAw0MW38VTqabbl3QVud8fTqrim1lEiks5uQZdGgaJpZM4V6skc>
.
|
This error probably occurs because you don't have
|
I had the same issue within a Docker Container without |
Instead of using e.g. unless system("type -a git") as @FlatKey mentioned - the error occurs when docker images are created based on centos:8 |
Hi, friends!
Version specific_install 0.3.5.
When i try install some gem by url, i catch this exception:
As you can see, git is already installed. What can i do to fix it?
The text was updated successfully, but these errors were encountered: