fatal: Could not read from remote repository. babii 2024-05-20 186 阅读1分钟 生成密钥 ssh-keygen -t rsa -b 4096 -C "2943867123@qq.com" 将GitHub -> setting -> ssh keys 新增一个密钥,使用 ~/admin/.ssh/id_rsa.pub 中的内容 测试连接 ssh -T git@github.com