OK -- it's loading stuff from Git (even though it looks like smalltalkhub is the start).
I was able to load this command: Gofer new > url:'http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo70/main/'; > package: 'ConfigurationOfSeaside3'; > load. > ((Smalltalk at: #ConfigurationOfSeaside3) project version: #stable) load: > 'CI'. > But I have the ~/.ssh/id_rsa keys (for GitHub) installed on my windows 10 machine. When the load completed, I see two git repos from GitHub: https://github.com/SeasideSt/Seaside and https://github.com/SeasideSt/Grease So, I think to use GitHub with SSH you have to have a GitHub account, then create and install the keys in Windows 10. There's a tutorial that I followed: https://help.github.com/en/articles/adding-a-new-ssh-key-to-your-github-account It's in theory possible to clone from GitHub with HTTPS without a GitHub account, but I'm not sure how the config is working once you get it from smalltalkhub. Hope this helps On Thu, 17 Oct 2019 at 08:00, <[email protected]> wrote: > While trying to install seaside3 in Pharo (Windows 10) I get the following > error: > > Fetched -> ConfigurationOfSeaside3-JohanBrichau.338 --- > http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo70/main/ --- > http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo70/main/ > Loaded -> ConfigurationOfSeaside3-JohanBrichau.338 --- > http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo70/main/ --- > http://smalltalkhub.com/mc/Pharo/MetaRepoForPharo70/main/ > Loading 3.3.3 of ConfigurationOfSeaside3... > I got an error while cloning: There was an authentication error while > trying > to execute the operation: . > 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). > > As I'm not windows guy, plz how to fix this trouble with SSL and GIT???? > > Thnx a lot. > > > -- Christopher Fuhrman, P.Eng., PhD *Professeur au Département de génie logiciel et des technologies de l'informationÉTS (École de technologie supérieure)* http://profs.etsmtl.ca/cfuhrman +1 514 396 8638 *L'ÉTS est une constituante de l'Université du Québec*
