Iceberg Pharo6.1 on Microsoft Windows 7
Hello, I am trying to help some newbies to Smalltalk to use Iceberg on Pharo6.1 on Windows 7. I have a VirtualBox with Windows 7, I have the PharoLauncher installed from where I launch the Pharo 6.1 image. I cannot clone github repositories, I get a debugger: "LGit_GIT_ERROR: failed to get server certificate: The handle is in the wrong state for the requested operation" Do I have to compile libgit or libgit2 on the MSWindows virtual machine? thanks. federico -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
Hi Federico, I don't think compiling libgit in your box will solve the problem. I think libgit is correctly compiled (otherwise you'd have another kind of error). What you probably have is an ssh authentication error. Could you try cloning using the https url provided by github instead? That should generally solve your problem. The other thing is that the version of iceberg in pharo 6 is really outdated. We will soon backport the new version, I'll keep everybody posted in this mailing list. Otherwise, you can test latest Pharo 7, with the latest Iceberg version. The issue tracker is here: https://github.com/pharo-vcs/iceberg/issues Tx, Guille On Wed, May 2, 2018 at 2:01 PM, Federico.Balaguer < federico.balaguer@gmail.com> wrote:
Hello,
I am trying to help some newbies to Smalltalk to use Iceberg on Pharo6.1 on Windows 7. I have a VirtualBox with Windows 7, I have the PharoLauncher installed from where I launch the Pharo 6.1 image.
I cannot clone github repositories, I get a debugger: "LGit_GIT_ERROR: failed to get server certificate: The handle is in the wrong state for the requested operation"
Do I have to compile libgit or libgit2 on the MSWindows virtual machine?
thanks. federico
-- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
-- Guille Polito Research Engineer Centre de Recherche en Informatique, Signal et Automatique de Lille CRIStAL - UMR 9189 French National Center for Scientific Research - *http://www.cnrs.fr <http://www.cnrs.fr>* *Web:* *http://guillep.github.io* <http://guillep.github.io> *Phone: *+33 06 52 70 66 13
On 2 May 2018 at 22:02, Guillermo Polito <guillermopolito@gmail.com> wrote:
Hi Federico,
I don't think compiling libgit in your box will solve the problem. I think libgit is correctly compiled (otherwise you'd have another kind of error). What you probably have is an ssh authentication error.
It would be nice if a test like the following could done, and if failed, some platform specific help information be provided - like that Windows needs "Custom" credentials. https://help.github.com/articles/testing-your-ssh-connection/ cheers -ben
Could you try cloning using the https url provided by github instead?
That should generally solve your problem.
The other thing is that the version of iceberg in pharo 6 is really outdated. We will soon backport the new version, I'll keep everybody posted in this mailing list.
Otherwise, you can test latest Pharo 7, with the latest Iceberg version. The issue tracker is here:
https://github.com/pharo-vcs/iceberg/issues
Tx, Guille
On Wed, May 2, 2018 at 2:01 PM, Federico.Balaguer < federico.balaguer@gmail.com> wrote:
Hello,
I am trying to help some newbies to Smalltalk to use Iceberg on Pharo6.1 on Windows 7. I have a VirtualBox with Windows 7, I have the PharoLauncher installed from where I launch the Pharo 6.1 image.
I cannot clone github repositories, I get a debugger: "LGit_GIT_ERROR: failed to get server certificate: The handle is in the wrong state for the requested operation"
Do I have to compile libgit or libgit2 on the MSWindows virtual machine?
thanks. federico
-- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html
--
Guille Polito
Research Engineer
Centre de Recherche en Informatique, Signal et Automatique de Lille
CRIStAL - UMR 9189
French National Center for Scientific Research - *http://www.cnrs.fr <http://www.cnrs.fr>*
*Web:* *http://guillep.github.io* <http://guillep.github.io>
*Phone: *+33 06 52 70 66 13
participants (3)
-
Ben Coman -
Federico.Balaguer -
Guillermo Polito