Skip to content
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

Different GIT versions? #41

Open
dnavarrojr opened this issue Apr 18, 2018 · 1 comment
Open

Different GIT versions? #41

dnavarrojr opened this issue Apr 18, 2018 · 1 comment

Comments

@dnavarrojr
Copy link

When I use SSH to access the console on my web server with the web account and I do:

git --version

I get v2.15.1

When I do it from the console I get v1.8.3.1

Why are the versions different? I checked "id" and it's the same account, just different results based on where I execute it from.

@dnavarrojr
Copy link
Author

which git shows /usr/bin as the location. So when I go to "/usr/bin/" and do a git --version I see the 1.8.x version.

When I SSH into the server as the web account and go to "/usr/bin/" and do a git --version it shows the latest version.

How is web-console finding/running an old version of GIT?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant