如何在mac osx上添加/ usr / local / git / bin /到PATH? [英] how do I add /usr/local/git/bin/ to the PATH on mac osx?

查看:376
本文介绍了如何在mac osx上添加/ usr / local / git / bin /到PATH?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


可能存在重复:

git:command not found


如何添加/ usr /本地/ git / bin /到mac osx上的PATH?我只是安装了git,但它不能识别命令。它只响应未找到命令git,我相信这可能是解决方案,但我不知道如何将它添加到终端中使用的路径。



  export PATH = / usr / local / git / bin:$ PATH 

更改将应用​​于下一个终端窗口你打开。


Possible Duplicate:
git: command not found

how do I add /usr/local/git/bin/ to the PATH on mac osx? I just installed git but it is not recognizing commands. It only responds with "command git not found", and I believe this may be the solution but I do not know how to add it to the path to be used in terminal.

解决方案

You can add the following to ~/.bash_profile:

export PATH=/usr/local/git/bin:$PATH

The change will get applied with the next terminal window you open.

这篇关于如何在mac osx上添加/ usr / local / git / bin /到PATH?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆