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

Failed to install autocomplete-lua because Git was not found #20

Open
tjakubo opened this issue May 10, 2017 · 1 comment
Open

Failed to install autocomplete-lua because Git was not found #20

tjakubo opened this issue May 10, 2017 · 1 comment

Comments

@tjakubo
Copy link

tjakubo commented May 10, 2017

Console output:

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

 >> apm install autocomplete-lua
Installing autocomplete-lua to C:\Users\Don Tofik\.atom\packages failed
Failed to install autocomplete-lua because Git was not found.

The autocomplete-lua package has module dependencies that cannot be installed wi
thout Git.

You need to install Git and add it to your path environment variable in order to
 install this package.

You can install Git by downloading, installing, and launching GitHub for Windows
: https://windows.github.com

Run apm -v after installing Git to see what version has been detected.

 >> apm -v
apm  1.16.1
npm  3.10.5
node 6.9.5 x64
python
git
visual studio

Windows 7, Git was installed and working fine previously, reinstalled (from https://git-for-windows.github.io/) to no effect. Tried both installing from Atom menus and console (above), same result.

@pablomayobre
Copy link
Contributor

pablomayobre commented May 14, 2017

Can you install other packages? Because that totally looks like an issue with apm, it may not be detecting your git version all together.

What settings are you installing git with? if you are installing in the Git Bash mode, then make sure to run apm in that shell, and not cmd because git may only be configured for the Git Bash shell.

Anyway, I'm pretty sure that this issue is not related to atom-autocomplete-lua at all

In my case apm -v prints:

apm  1.17.0
npm  3.10.5
node 6.9.5 x64
python 3.6.0
git 2.12.0.windows.1
visual studio 2015

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

2 participants