我安装了Ruby,我安装了git。
当我单击鼠标右键时,我可以运行Git bash。
但是像
这样的命令git status
或
gem install ~~~
不在那里工作。但它们与Windows命令完美配合。
但是像
这样的命令heroku login
在Windows命令和git bash中都不起作用。我收到错误消息
bash: heroku: command not found
我需要将git bash与这些命令连接起来吗?
答案 0 :(得分:0)
1.9.5现已过时。
在任意位置解压缩PortableGit-2.5.0-64-bit.7z.exe,并将C:\path\to\PortableGit-2.5.0-64-bit\bin
添加到%PATH%
。
另外,调用C:\path\to\PortableGit-2.5.0-64-bit\git-bash.exe
来测试bash会话,其中将识别git。
确保您的%PATH%
还包含红宝石的路径。