iceberg
iceberg copied to clipboard
Iceberg authentication Error in MacOS Mojave
Hello everyone,
I tried to clone my repository in github using iceberg in Pharo 7 64-bit. Steps have done:
- Create ssh key
- Add ssh key to GitHub account
- Already done with ssh-add -k ~/.ssh/id_rsa
- Already set the Use custom SSH keys and set my public and private key location.
When I tried to clone, I got an "Iceberg Authentication Error".

Also tried https but also having this error:

Hopefully, someone can help us with this issue.
Best Regards, Lester
Same experience from macOS Catalina in a Bitbucket repo.
That Bitbucket repo is private and has the generated public key added and verified using ssh -T [email protected] from the terminal. All went as expected from the git terminal client, the issue with Iceberg remains for some reason.
I am also having the same macOS Catalina 10.15.7 issue in P8 (stable) with a GitLab repository that I can clone from the Terminal.
Facing the same authentication error when pushing changes to the remote repo from macOS Big Sur 11.15.2 in P9 (stable).
- Generate a token https://catalyst.zoho.com/help/tutorials/githubbot/generate-access-token.html
- After generating the token,
a) Go to Iceberg in Pharo
b) Click on settings
c) Then on Credentials, click on the
Editbutton of theCurrent list of credentialsoption. Then click onAdd a new token credentialand enter yourUsername,Host: github.comand the generated token. d) Finally save your new configurations.
Note: Do not forget to check the option Use custom SSH keys. This assumes that you have the necessary SSH configurations beforehand.
I think that the use custime SSH keys is something specific for windows. Note that you can also add your token in your preference file.