Is there anyone able to push to Github
Are you able to push to github this morning? I'm not able to push in any of my pharo images from my laptop but I can push from other applications... It returns a 403 error, I changes from https to rsa keys(and added my public key to the github project) to and same result.
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 can set to use SSH by git remote set-url origin git@github.com:USERNAME/REPOSITORY.git I hope this helps you. --- tomo 2021å¹´7æ28æ¥(æ°´) 18:02 Jesus Mari Aguirre <jmariaguirre@gmail.com>:
Are you able to push to github this morning? I'm not able to push in any of my pharo images from my laptop but I can push from other applications... It returns a 403 error, I changes from https to rsa keys(and added my public key to the github project) to and same result.
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 git@github.com:USERNAME/REPOSITORY.git Start pharo image and enable ssh keys in iceberg but now I have an "Iceberg authentication error" telling me to add the keys...etc El mié, 28 jul 2021 a las 11:10, Tomohiro Oda (<tomohiro.tomo.oda@gmail.com>) escribió:
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 can set to use SSH by
git remote set-url origin git@github.com:USERNAME/REPOSITORY.git
I hope this helps you. --- tomo
2021å¹´7æ28æ¥(æ°´) 18:02 Jesus Mari Aguirre <jmariaguirre@gmail.com>:
Are you able to push to github this morning? I'm not able to push in any
of my pharo images from my laptop but I can push from other applications...
It returns a 403 error, I changes from https to rsa keys(and added my public key to the github project) to and same result.
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 <jmariaguirre@gmail.com>:
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 git@github.com:USERNAME/REPOSITORY.git
Start pharo image and enable ssh keys in iceberg but now I have an "Iceberg authentication error" telling me to add the keys...etc
El mié, 28 jul 2021 a las 11:10, Tomohiro Oda (<tomohiro.tomo.oda@gmail.com>) escribió:
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 can set to use SSH by
git remote set-url origin git@github.com:USERNAME/REPOSITORY.git
I hope this helps you. --- tomo
2021å¹´7æ28æ¥(æ°´) 18:02 Jesus Mari Aguirre <jmariaguirre@gmail.com>:
Are you able to push to github this morning? I'm not able to push in any of my pharo images from my laptop but I can push from other applications... It returns a 403 error, I changes from https to rsa keys(and added my public key to the github project) to and same result.
Ok, I will try all the steps again later, Thanks Tomohiro! El mié, 28 jul 2021 a las 12:27, Tomohiro Oda (<tomohiro.tomo.oda@gmail.com>) 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. --- tomo
2021å¹´7æ28æ¥(æ°´) 19:10 Jesus Mari Aguirre <jmariaguirre@gmail.com>:
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 git@github.com:USERNAME/REPOSITORY.git
Start pharo image and enable ssh keys in iceberg but now I have an
"Iceberg authentication error" telling me to add the keys...etc
El mié, 28 jul 2021 a las 11:10, Tomohiro Oda (<
tomohiro.tomo.oda@gmail.com>) escribió:
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 can set to use SSH by
git remote set-url origin git@github.com:USERNAME/REPOSITORY.git
I hope this helps you. --- tomo
2021å¹´7æ28æ¥(æ°´) 18:02 Jesus Mari Aguirre <jmariaguirre@gmail.com>:
Are you able to push to github this morning? I'm not able to push in
any of my pharo images from my laptop but I can push from other applications...
It returns a 403 error, I changes from https to rsa keys(and added my public key to the github project) to and same result.
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 (<tomohiro.tomo.oda@gmail.com>) 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. --- tomo
2021å¹´7æ28æ¥(æ°´) 19:10 Jesus Mari Aguirre <jmariaguirre@gmail.com>:
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 git@github.com:USERNAME/REPOSITORY.git
Start pharo image and enable ssh keys in iceberg but now I have an
"Iceberg authentication error" telling me to add the keys...etc
El mié, 28 jul 2021 a las 11:10, Tomohiro Oda (<
tomohiro.tomo.oda@gmail.com>) escribió:
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 can set to use SSH by
git remote set-url origin git@github.com:USERNAME/REPOSITORY.git
I hope this helps you. --- tomo
2021å¹´7æ28æ¥(æ°´) 18:02 Jesus Mari Aguirre <jmariaguirre@gmail.com>:
Are you able to push to github this morning? I'm not able to push in
any of my pharo images from my laptop but I can push from other applications...
It returns a 403 error, I changes from https to rsa keys(and added my public key to the github project) to and same result.
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 <jmariaguirre@gmail.com>:
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 (<tomohiro.tomo.oda@gmail.com>) 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. --- tomo
2021å¹´7æ28æ¥(æ°´) 19:10 Jesus Mari Aguirre <jmariaguirre@gmail.com>:
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 git@github.com:USERNAME/REPOSITORY.git
Start pharo image and enable ssh keys in iceberg but now I have an "Iceberg authentication error" telling me to add the keys...etc
El mié, 28 jul 2021 a las 11:10, Tomohiro Oda (<tomohiro.tomo.oda@gmail.com>) escribió:
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 can set to use SSH by
git remote set-url origin git@github.com:USERNAME/REPOSITORY.git
I hope this helps you. --- tomo
2021å¹´7æ28æ¥(æ°´) 18:02 Jesus Mari Aguirre <jmariaguirre@gmail.com>:
Are you able to push to github this morning? I'm not able to push in any of my pharo images from my laptop but I can push from other applications... It returns a 403 error, I changes from https to rsa keys(and added my public key to the github project) to and same result.
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 (<jmariaguirre@gmail.com>) escribió:
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 git@github.com:USERNAME/REPOSITORY.git
Start pharo image and enable ssh keys in iceberg but now I have an "Iceberg authentication error" telling me to add the keys...etc
El mié, 28 jul 2021 a las 11:10, Tomohiro Oda (< tomohiro.tomo.oda@gmail.com>) escribió:
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 can set to use SSH by
git remote set-url origin git@github.com:USERNAME/REPOSITORY.git
I hope this helps you. --- tomo
2021å¹´7æ28æ¥(æ°´) 18:02 Jesus Mari Aguirre <jmariaguirre@gmail.com>:
Are you able to push to github this morning? I'm not able to push in
any of my pharo images from my laptop but I can push from other applications...
It returns a 403 error, I changes from https to rsa keys(and added my public key to the github project) to and same result.
participants (2)
-
Jesus Mari Aguirre -
Tomohiro Oda