Domanda

Ive ha ottenuto problema strano

Il mio sistema è Snow Leopard (10.6.4) - Non posso fare tirare dalla mia RubyMine ma posso fare commettere e spingere. La cosa migliore è che quando faccio funzionare il terminale e digitare "git pull" funziona benissimo.

In ruby ??console miniera ci sono alcuni errori:

/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.

Non so come risolvere questo problema stupido. Qualche idea? Grazie per l'aiuto

È stato utile?

Soluzione

Grazie amico! E 'stato un problema con le variabili di ambiente. Ecco la soluzione:

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

Altri suggerimenti

le variabili d'ambiente a quanto pare mancano nella console RubyMine, quindi non può trovare quelle eseguibili (sed, uname, ecc.).

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top