长沙网站开发微联于都做网站
文章目录
- sshkeys问题
 - 问题
 - 方法一:
 - 方法二:
 - 获取密钥
 - 添加密钥
 
- token问题
 - 问题:
 - 生成tokens
 - 设置tokens
 
sshkeys问题
问题
当我们git clone代码时,会报如下错误,此时有2种解决方法。
 git clone git@github.com:gjianw217/xboard-uboot.git
Cloning into 'xboard-uboot'...
Permission denied (publickey).
fatal: Could not read from remote repository.Please make sure you have the correct access rights
and the repository exists