Pregunta

Ive consiguió un problema raro

Mi sistema es Snow Leopard (10.6.4) - No puedo hacer tirón de mi RubyMine pero puedo hacer cometer y empujar. Lo mejor es que cuando corro terminal y escriba "git pull" que trabaja muy bien.

En la consola mina de rubí hay algunos errores:

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

No sé cómo resolver este problema estúpida. ¿Algunas ideas? Gracias por la ayuda

¿Fue útil?

Solución

Gracias hombre! Era un problema con las variables de entorno. Aquí está la solución:

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

Otros consejos

Variables de entorno al parecer, no están presentes en la consola RubyMine, por lo que no puede encontrar esos archivos ejecutables (SED, uname, etc.).

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top