赞
踩
使用git将远程仓库和本地仓库关联
sshkey生成和绑定
对于mac系统,Mac升级Ventura 13.X后,使用ssh-keygen -t rsa -C xxxxx@xxxxx.com ,可能报以下错误:
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
这是因为Ventura系统附带OpenSSH_9.0p1禁用了基于SHA-1哈希算法的 RSA 签名。
此时使用 ssh-keygen -t ed25519 -C xxxxx@xxxxx.com ,即可。
git clone “ssh地址” 即可
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。