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

Unable to find git #16

Closed
sascha-andres opened this issue Nov 17, 2016 · 3 comments · May be fixed by jeremyrajan/vscode-gitlens#3
Closed

Unable to find git #16

sascha-andres opened this issue Nov 17, 2016 · 3 comments · May be fixed by jeremyrajan/vscode-gitlens#3

Comments

@sascha-andres
Copy link

Hello,

GitLens can not find my installed git. The complete error message is:

GitLens: Unable to find Git. Please make sure Git is installed. Also ensure that Git is either in the PATH, or that 'gitlens.advanced.git' is pointed to its installed location.

Git is located in /usr/local/bin/git and the containing directory is in the path. Specifying a path breaks my setup because the path is not the same on Windows ( settings are synced ). Running Git on the commandline works, too.

How can I find out where GitLens looks for git or help you to help me?

Kind regards,
Sascha

@eamodio
Copy link
Member

eamodio commented Nov 17, 2016

@sascha-andres There is a bug in 1.0.1 where it can incorrectly report that it can't find Git, when in fact the issue is that it couldn't find a git repository. Is the folder you are opening a git repository (or is a folder inside a git repository)?

I'm going to publish 1.0.2 shortly that fixes the incorrect message -- and won't even show a message when it can't find a git repo (since that could be quite common and not a problem)

@eamodio
Copy link
Member

eamodio commented Nov 18, 2016

Since I'm fairly confident this was fixed in 1.0.2 I'm going to close this. Please re-open if not.

@eamodio eamodio closed this as completed Nov 18, 2016
billsedison added a commit to noside911/vscode-gitlens that referenced this issue Jan 4, 2019
Closes gitkraken#5: The aggregated diff window should not scroll with the commit lists
@github-actions
Copy link

github-actions bot commented Dec 9, 2020

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants