$ git clone git@github.com:henry199101/gitskills.git
Cloning into 'gitskills'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
Cloning into 'gitskills'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
报错
解决:
如果本地连接不到Github,可能原因是 SSH 不一致
1, 删除用户目录下的.ssh 文件夹,删除Github上刚建立的SSH keys
2,在C盘\当