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

Install Wizzard fails if Git is already installed #63

Open
trenchbl opened this issue Mar 21, 2015 · 3 comments
Open

Install Wizzard fails if Git is already installed #63

trenchbl opened this issue Mar 21, 2015 · 3 comments

Comments

@trenchbl
Copy link

If the user has already installed Git and probably modified the ssh file ( id_rsa ) in c:/users/user-name/.ssh/ the railsinstaller-windows fails to configure its git and thus the installation is not successfull.

P.S.: I'm not sure if I explaint the issue understandably. If you guys need any info, just contact me.

@lavoiee
Copy link

lavoiee commented Jul 30, 2016

Does this include scenarios where a person has Microsoft Visual Studio 2015 installed with Git?
Because I am trying to install RailsInstaller and I am getting an error when I start the program:

Rails Environment Configuration.

The system cannot find the path specified.


git:
user.name: Eric J. Lavoie
user.email: [email protected]
version: git version 1.9.4.msysgit.2

ruby:
bin: C:/RailsInstaller/Ruby2.0.0/bin/ruby.exe
version: ruby 2.2.4p230 (2015-12-16 revision 53155) [i386-mingw32]

rails:
bin: C:/RailsInstaller/Ruby2.0.0/bin/rails.bat
version:

ssh:
public_key_location: C:\Users\Eric La Voie/.ssh/id_rsa.pub
public_key_contents: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDUgHGA+Fj0NweZct0sOLxQg9N59RhYryVssBo8WkWoN91Vh4ARTXuExbo48xd2csc+yVpWG//O/Wjeiog9TF/kzfvcfm3cqNawp2irIWIRPK5FbV0awlkw1BbVM7orJSoqgCZ3fCsyapxVQ9djPa6+YON3bLTzIGZhJ1ScuP0cnyCVfkS8euvENXVmIJX0NxYiYasZHP8JymSbQquuP+AUlUGL9SKimHW6Hyalb96DYfyXxkkPaV3rqNwJtRkVGJY7HalWVOwny0C535R/Z/SDFlLIEtBniDWvHG1PJ319Uzzv5SOSSOehXA384KZ4NKsySHJDdd66ybYgSbG8BDbb Eric J. Lavoie [email protected]

@trenchbl
Copy link
Author

trenchbl commented Aug 2, 2016

Hm.... I haven't tested it with preinstalled Microsoft Studio with Git. But seems like it ( the MS Studio with Git ) might be the reason for your error.

In my opinion, the cause is that the ruby installer does not override files of an already existing Git installation.

However, I haven't investigated the issue and I'm not sure what's the cause behind it.

In your case just uninstall the Studio and try starting the program. Once you can run ruby, you could just install the MS Studio.

@emachnic
Copy link
Contributor

Is this still an issue? If not, please go ahead and close it.

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

3 participants