我正在使用Windows Git-bash使用ssh(不是https)将其推送到我的存储库。我已按照本页中的说明进行操作
https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/
$ ssh-keygen -t rsa -b 4096 -C "barghouti_since88@hotmail.com"
$ ssh-add ~/.ssh/id_rsa
然后按照以下设置将密钥复制到〜/ .ssh / id_rsa并将其复制到我在github帐户中的ssh密钥中
https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/
但是现在当我尝试使用
$git add file
$git commit -m "adding file"
$git push
我得到以下内容
FATAL ERROR: Couldn't agree a key exchange algorithm (available: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521)
fatal: Could not read from remote repository.
请确保您具有正确的访问权限 并且存储库存在。
答案 0 :(得分:0)
您可以检查以下几种可能性:
希望这会有所帮助