我遇到了奇怪的问题
我的系统是Snow Leopard(10.6.4) - 我无法从我的RubyMine中获取,但我可以进行提交和推送。最好的是,当我运行终端并键入“git pull”时,它可以正常工作。
在ruby mine console中有一些错误:
/usr/local/git/libexec/git-core/git-sh-setup: line 71: basename: command not found
/usr/local/git/libexec/git-core/git-sh-setup: line 71: sed: command not found
/usr/local/git/libexec/git-core/git-sh-setup: line 202: uname: command not found
From git.xxx.xxx
* branch yly -> FETCH_HEAD
/usr/local/git/libexec/git-core/git-pull: line 251: sed: command not found
/usr/local/git/libexec/git-core/git-pull: line 251: tr: command not found
There are no candidates for merging among the refs that you just fetched.
Generally this means that you provided a wildcard refspec which had no
matches on the remote end.
我不知道如何解决这个愚蠢的问题。有任何想法吗?谢谢你的帮助
答案 0 :(得分:1)
谢谢你!这是环境变量的问题。这是解决方案:
答案 1 :(得分:0)
你的rubymine控制台中显然缺少环境变量,所以它找不到那些可执行文件(sed,uname等)。