2020-02-20から1日間の記事一覧
Azure DevOps
git
ssh
Unable to negotiate
diffie-hellman-group1-sha1
diffie-hellman-group14-sha1
~/.ssh/config
ssh.dev.azure.com
KexAlgorithms
状況 git clone git@ssh.dev.azure.com:v3/my_team/my_project/my_repos Cloning into 'my_repos'... Unable to negotiate with 40.81.25.218 port 22: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1,diffie-hellman-gro…
状況 git with GPG on zsh on Arch Linux on WSL: > git commit -m "neko nyan ko" error: gpg failed to sign the data fatal: failed to write commit object git が gpg で死んでいる。 gpg で死んでいるので gpg --list-keys をとりあえず確認するが、鍵…