开发者

GIT / RubyMine (Leopard) - can't pull but I can commit and push

开发者 https://www.devze.com 2023-01-17 18:53 出处:网络
Ive got weird problem My system is Snow Leopard (10.6.4) - I can\'t make pull from my RubyMine but I can make commit and push. The best thing is that when I run terminal and type \"git pull\" it work

Ive got weird problem

My system is Snow Leopard (10.6.4) - I can't make pull from my RubyMine but I can make commit and push. The best thing is that when I run terminal and type "git pull" it works fine.

In ruby mine console there are some errors:

/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/l开发者_运维百科ocal/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.

I dont know how to solve this stupid problem. Any ideas? Thanks for help


Thanks man! It was problem with environment variables. Here is the solution:

http://devnet.jetbrains.net/docs/DOC-1160


apparently environment variables are missing in your rubymine console, so it cannot find those executables(sed, uname etc.).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号