如何在Windows 7上完全卸载git和Railsinstaller以重新安装

时间:2022-05-05 15:32:46

(Windows 7 64-bit) I had previously installed the Railsinstaller and did not follow through on using it. I uninstalled it using Revo Uninstaller, but now I'd like to reinstall it. After running the .exe, the command prompts comes up as it should, but I am not prompted to do the following as listed in the instructions:(http://railsinstaller.org/windows)

(Windows 7 64位)我以前安装过Railsinstaller并没有完全使用它。我使用Revo Uninstaller卸载它,但现在我想重新安装它。运行.exe后,命令提示按原样出现,但系统不会提示我执行以下操作:(http://railsinstaller.org/windows)

"Once installation is complete it should bring up the Windows Command Line (DOS prompt) asking for your name and email address.

“安装完成后,应该打开Windows命令行(DOS提示符),询问您的姓名和电子邮件地址。

Once you enter both you should see your generated public SSH key which you will need later."

一旦你输入了两个,你应该看到你生成的公共SSH密钥,稍后你将需要它。“

It had already grabbed my previous git information. I do not want to use my previous information, I have a new account and would like to use that.

它已经抓住了我以前的git信息。我不想使用我以前的信息,我有一个新帐户,并希望使用它。

Any info on how to remove the git info would be helpful.

有关如何删除git信息的任何信息都会有所帮助。

Things I've done: uninstalled Railsinstaller with Revo.

我做过的事情:用Revo卸载Railsinstaller。

Removed C:\Users\/.git

删除了C:\ Users \ / .git

Deleted any appdata related to git

删除了与git相关的任何appdata

Removed one registry key (can't recall which one)

删除了一个注册表项(无法回想起哪一个)

Thanks

谢谢

1 个解决方案

#1


0  

Delete your .gitconfig file from the directory pointed at by the $HOME environment variable.

从$ HOME环境变量指向的目录中删除.gitconfig文件。

#1


0  

Delete your .gitconfig file from the directory pointed at by the $HOME environment variable.

从$ HOME环境变量指向的目录中删除.gitconfig文件。