fatal: Could not read from remote repository.

186 阅读1分钟
  1. 生成密钥 ssh-keygen -t rsa -b 4096 -C "2943867123@qq.com"
  2. 将GitHub -> setting -> ssh keys 新增一个密钥,使用 ~/admin/.ssh/id_rsa.pub 中的内容
  3. 测试连接 ssh -T git@github.com