You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While git sv tag now works per se, I now often get
git sv tag
12:21AM FTL Execution error error="error generating tag version: 1.0.1: failed to push tag: ssh: handshake failed: knownhosts: key mismatch"
This can be resolved by removing the respective key from known_hosts.
git sv tag
12:25AM INF nothing to do: current version 1.0.1 unchanged
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 no in my SSH config (and I push via SSH), so I don't see what else I could do locally to prevent this from happening.
The text was updated successfully, but these errors were encountered:
While
git sv tag
now 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 no
in my SSH config (and I push via SSH), so I don't see what else I could do locally to prevent this from happening.The text was updated successfully, but these errors were encountered: