mirror of
https://github.com/thegeeklab/git-sv.git
synced 2026-04-25 10:15:53 +03:00
[GH-ISSUE #192] v2: failed to push tag: ssh: handshake failed: knownhosts: key mismatch #11
Labels
No labels
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/git-sv#11
Loading…
Add table
Add a link
Reference in a new issue
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?
Originally created by @pat-s on GitHub (May 2, 2025).
Original GitHub issue: https://github.com/thegeeklab/git-sv/issues/192
While
git sv tagnow works per se, I now often getThis can be resolved by removing the respective key from
known_hosts.At this point the tag exists locally but hasn't been pushed yet. I need to do that manually then.
Yet it would be great if this the strict checking could be ignored via a flag when executing the command within
git-sv. What do you think?I already have
StrictHostKeyChecking noin my SSH config (and I push via SSH), so I don't see what else I could do locally to prevent this from happening.@xoxys commented on GitHub (May 3, 2025):
I dont see how and Im also wondering why your host key changes that often?