在哪里设置路径
我正在尝试在 Heroku 上获取我的第一个 Rails 应用程序,但遇到与无法找到 git 相关的错误。遵循不同的问题和答案,我找到了设置 PATH 环境变量以在带有 Rails 的 Windows 上的 cmd 下运行 git 的说明,这显然可以解决问题。
导致我出现此问题的原始答案就在这里 - 如何在Windows 上的一个地方
但是,我无法按照说明确定在哪里/如何设置 PATH 环境变量。 我似乎无法在 Rails 应用程序或 ruby 目录中找到文件。
我这一切都错了吗?
I am trying to get my first rails app on heroku, and am getting errors related to not being able to find git. Following different questions and answers lead me to the instructions to set the PATH environment variable to run git under cmd on windows with rails, which will apparently resolve the issue.
The original answer leading me to this is here -
How to run Ruby and GIT commands in one place on Windows
However, I can't figure out where/how to set the PATH environment variable, as instructed.
I can't seem to find a file in my rails app or ruby directory.
Am i going about this all wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你真的安装了git吗?您是否阅读过官方的Windows 上的 Heroku 入门?
Did you actually install git? Did you read the official Getting Started with Heroku on Windows?