[Pharo-users] Re: Is there anyone able to push to Github

2021-07-31 Thread Tomohiro Oda
Grad to hear you got it working. I think this has already been placed as a github issue (https://github.com/pharo-vcs/iceberg/issues/1311). --- tomo 2021年8月1日(日) 1:58 Jesus Mari Aguirre : > > Thanks Tomohiro Oda! I have unchecked the option "use custom SSH keys" and > it's working perfectly. > Is

[Pharo-users] Re: Is there anyone able to push to Github

2021-07-31 Thread Jesus Mari Aguirre
Thanks Tomohiro Oda! I have unchecked the option "use custom SSH keys" and it's working perfectly. Is it an issue or maybe I missed something? I think the path and the other fields, ssh userName = "git" and the passphrase were ok...anyway now works El mié, 28 jul 2021 a las 12:27, Tomohiro Oda ()

[Pharo-users] Re: Is there anyone able to push to Github

2021-07-28 Thread Jesus Mari Aguirre
Ok, I will try all the steps again later, Thanks Tomohiro! El mié, 28 jul 2021 a las 12:27, Tomohiro Oda () escribió: > I could use iceberg via SSH in both Pharo 8 and Pharo 9 on OSX. > When I check the "use custom SSH keys", I got the authentication error. > If I uncheck it, it works fine. > ---

[Pharo-users] Re: Is there anyone able to push to Github

2021-07-28 Thread Jesus Mari Aguirre
I reset my laptop and after restoring the repo url to the https url I'm able to push...anyway https is deprecated, in any moment I should change to ssh but not today... I don't know why it hasn't worked for me. anyway lot of thanks Tomohiro Oda El mié, 28 jul 2021 a las 12:10, Jesus Mari Aguirre (

[Pharo-users] Re: Is there anyone able to push to Github

2021-07-28 Thread Tomohiro Oda
I could use iceberg via SSH in both Pharo 8 and Pharo 9 on OSX. When I check the "use custom SSH keys", I got the authentication error. If I uncheck it, it works fine. --- tomo 2021年7月28日(水) 19:10 Jesus Mari Aguirre : > > I have created the key files in OSX > > ssh-keygen -t rsa > > ssh-add -K ~/.

[Pharo-users] Re: Is there anyone able to push to Github

2021-07-28 Thread Jesus Mari Aguirre
I have created the key files in OSX ssh-keygen -t rsa ssh-add -K ~/.ssh/id_rsa Then I've added to my github user, account settings->ssh andCPG keys then I change the url to the ssh url like you show me git remote set-url jmari g...@github.com:USERNAME/REPOSITORY.git Start pharo image and enab

[Pharo-users] Re: Is there anyone able to push to Github

2021-07-28 Thread Tomohiro Oda
I got the same error and I could push by using SSH instead of HTTPS. To do that, you need to register your SSH public key to github and set your local repository to point your github repository via ssh. Key registration can be done on the settings page of your github account. Your local repository