当前位置: 首页 > article >正文

git 克隆拉取代码出现私钥权限问题。

问题反馈:

root@dd:~/android/boost-1.74-for-android-r20b# git clone   https://github.com/liulilittle/boost-1.74-for-android-r20b.git


Cloning into 'boost-1.74-for-android-r20b'... @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: UNPROTECTED PRIVATE KEY FILE! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Permissions 0777 for '/root/.ssh/id_rsa' are too open. It is required that your private key files are NOT accessible by others. This private key will be ignored. Load key "/root/.ssh/id_rsa": bad permissions git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.

修改权限:

chmod 600 /root/.ssh/id_rsa*


http://www.kler.cn/a/231701.html

相关文章:

  • python读写excel等数据文件方法汇总
  • 【Nginx】反向代理Https时相关参数:
  • Http常⻅见请求/响应头content-type内容类型讲解(笔记)
  • ARM 汇编指令
  • 如何使用 XML Schema
  • Unity3D 完整直升机控制器(虚拟仿真级别)
  • RK Camera hal 图像处理
  • C# 实现微信自定义分享
  • 【Spring Boot】第二篇 自动装配原来就这么简单
  • 2024.2.7日总结(小程序开发4)
  • 通过nginx学习linux进程名的修改
  • 每日一题!如约而至!(图片整理,寻找数组的中心下标)
  • 寒假作业2月5号
  • 配置dns服务的正反向解析
  • JUnit5单元测试框架提供的注解
  • Django学习记录01
  • 如何使用websocket
  • LLVM实战之opt工具的使用
  • 每日一练 | 华为认证真题练习Day182
  • 大厂聚合支付系统架构演进(下)
  • 【开源】基于JAVA+Vue+SpringBoot的新能源电池回收系统
  • 【C#】Xasset加载资源模块
  • 中科大计网学习记录笔记(四):Internet 和 ISP | 分组延时、丢失和吞吐量
  • nodeJS 的 npm 设置国内高速镜像之淘宝镜像的方法
  • 小白水平理解面试经典题目LeetCode 71. Simplify Path【Stack类】
  • Java-加解密-roadmap