Abra recipe release throws a weird SSH error when publishing tags #724
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This popped up while I was trying to use Abra for the first time to release a recipe update, at first I got an error due to not having allowed the fingerprint for the host previously (I was using HTTPS), so I changed my git remote to use SSH as well & verified it works.
Then this error popped up the 2nd & 3rd time afterwards, and I verified that git works with SSH just fine, I even published the tags myself with SSH later via git manually.
This is the error in question when Abra attempts to publish the tags:
@pharaohgraphy thanks for raising, do you have any
--debuglogs?abraonly supports ssh key auth, no password auth.abrawill rely on whateversshpicks up on the CLI, so if you're passing-p XXXor any options, you'd need to specify those in your~/.ssh/configforabrato understand them.This issue isn't that actionable now but hopefully you can get some info back and we can sort this out 🙏
We've heard from Bonfire folx that they even had to add a section on this SSH config stuff:
People just kept running into it.