Re: [Pharo-dev] [ANN] GitFileTree with no git command line at all
Hmm, I think it needs a bit more detailed explanation. - it doesnât find installed git. It assumes you installed git by loading apple command line developer tools (instead of brew, or fink) - after installing them,trying to install SmaCC 'Git error: ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory Host key verification failed. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. ' Pharo 30745 on Mac 10.9 Stephan
Le 06/02/2014 12:05, Stephan Eggermont a écrit :
Hmm, I think it needs a bit more detailed explanation. - it doesnât find installed git. It assumes you installed git by loading apple command line developer tools (instead of brew, or fink)
Hum, good question: it doesn't assumes anything apart from a git command available in the default path when opening a shell. I would have expected the open source tools to be up to date on that... The last version of Mac I used was 10.3
- after installing them,trying to install SmaCC 'Git error: ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory Host key verification failed. fatal: Could not read from remote repository.
You need to register to github.com and record your ssh key. I will look if a read only access exists; there is some code inside Metacello (github: urls) but I have no idea about how to use it (and I asked). Thanks for trying all this :) Thierry -- Thierry Goubier CEA list Laboratoire des Fondations des Systèmes Temps Réel Embarqués 91191 Gif sur Yvette Cedex France Phone/Fax: +33 (0) 1 69 08 32 92 / 83 95
On 06.02.2014, at 12:58, Goubier Thierry <thierry.goubier@cea.fr> wrote:
Le 06/02/2014 12:05, Stephan Eggermont a écrit :
Hmm, I think it needs a bit more detailed explanation. - it doesnât find installed git. It assumes you installed git by loading apple command line developer tools (instead of brew, or fink)
Hum, good question: it doesn't assumes anything apart from a git command available in the default path when opening a shell.
what should this default path be? It could be anything on $PATH ⦠Best -Tobias
I would have expected the open source tools to be up to date on that...
The last version of Mac I used was 10.3
- after installing them,trying to install SmaCC 'Git error: ssh_askpass: exec(/usr/libexec/ssh-askpass): No such file or directory Host key verification failed. fatal: Could not read from remote repository.
You need to register to github.com and record your ssh key. I will look if a read only access exists; there is some code inside Metacello (github: urls) but I have no idea about how to use it (and I asked).
Thanks for trying all this :)
Thierry
participants (3)
-
Goubier Thierry -
Stephan Eggermont -
Tobias Pape