-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cryptic error message when there is no write access to SSH key #491
Comments
Duplicate of:
This should not be closed before we capture the error class somehow 👍 thank you for reporting |
Just spent about 2 hours with literally the same problem. Looks like message is trimmed. As a temporary solution there might be some docs message that states "please check push acces, you might have forgotten it" |
Same error message
but my token has access to write to this repository and i have no clue where to looks for more messages. |
spend about 3 hours ... |
Hi!
I am creating this ticket as reminder and as a follow-up to the next discussion in Slack.
The original behaviour:
Image automation writes the cryptic error message "unknown error: remote:". It does not contain any clue about of the reason of the issue. In fact, I figured out that I forgot to add "write" permission to ssh key used to access the repo.
After I ticked the check box, the error message went away and the synchronisation of the image name to repo began to work.
Expected behaviour:
Change the error message to something meaningful like "The ssh key does not have write permission. Please check the permissions of the key"
The text was updated successfully, but these errors were encountered: