Failed to authenticate SSH session: Unable to open public key file

Git : Failed to authenticate SSH session: Unable to open public key file

使用cppbuild构建项目,需要使用git克隆项目下来,运行cppbuild dep的时候一直提示上述错误。
但是git的使用是正常的,分别 ssh -T [email protected] 和 ssh -T [email protected] 都是OK的, 检查~/.ssh目录下的文件发现gitlab的公钥文件是id_rsa_gitlab(配置了github和gitlab),将这个文件id_rsa_gitlab改为id_rsa后,再次cppbuild dep,结果OK。

你可能感兴趣的:(Failed to authenticate SSH session: Unable to open public key file)