I used: Metacello new smalltalkhubUser: 'hernan' project: 'Territorial'; configuration: 'Territorial'; version: #'bleedingEdge'; load I don't think the problem is related to Territorial; same thing happened when trying to load Roassal2 directly or some other packages Hans -----Original Message----- From: Hernán Morales Durand <hernan.morales@gmail.com> Sent: donderdag 5 april 2018 20:58 To: Any question about pharo is welcome <pharo-users@lists.pharo.org> Subject: Re: [Pharo-users] installation of packages on 6.1 Hi Hans, How did you tried? Using the following expression I got a different error: Gofer it smalltalkhubUser: âhernanâ project: âTerritorialâ; configuration; loadBleedingEdge. LGit_GIT_ERROR: Failed to connect to github.com: Invalid argument. 2018-04-05 13:02 GMT-03:00 Baveco, Hans <hans.baveco@wur.nl>:
Trying to install Territorial the installation got stuck on the installation of Roassal2 1.35, with error âLGitObjectNotInitializedâ
Transcript says:
âProject: Roassal2 1.35
I got an error while cloning: There was an authentication error while trying to execute the operation: error authenticating: failed connecting agent.
This happens usually because you didn't provide a valid set of credentials.
You may fix this problem in different ways:
1. adding your keys to ssh-agent, executing ssh-add ~/.ssh/id_rsa in your command line.
2. adding your keys in settings (open settings browser search for "Use custom SSH keys" and
add your public and private keys).
3. using HTTPS instead SSH (Just use an url in the form HTTPS://etc.git). I will try to clone the HTTPS variant.â
I have encountered this several times before, for different packages (on windows 7, pharo 6.1 (Image: Pharo6.0 [Latest update: #60540])) and have no idea how to deal with this.
Any suggestions?
Hans