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

全志F1C100s Linux 系统编译出错:不能连接 github

环境

Ubuntu 20.04 LTS 64 位虚拟机

开发板:Lichee Pi Nano 

源代码:GitHub - florpor/licheepi-nano

问题描述

该源码库使用了 git 子模块的概念,一个库中包含了 u-boot、Linux等代码库。不需要分别编译,一个 make 全搞定

编译时提示错误:

>>> linux-headers b18adeb1e60bba3d6aa77e302673b38c41fd5c77 Downloading
Reinitialized existing Git repository in /home/user/sambashare/florpor/licheepi-nano/buildroot/dl/linux/git/.git/
Fetching all references
fatal: unable to connect to github.com:
github.com[0: 20.205.243.166]: errno=Connection timed outDetected a corrupted git cache.
Removing it and starting afresh.
Initialized empty Git repository in /home/user/sambashare/florpor/licheepi-nano/buildroot/dl/linux/git/.git/
Fetching all references
fatal: unable to connect to github.com:
github.com[0: 20.205.243.166]: errno=Con
http://www.lryc.cn/news/276138.html

相关文章:

  • 如何保障 MySQL 和 Redis 的数据一致性?
  • Leetcode 2999. Count the Number of Powerful Integers
  • 【Reading Notes】(2)
  • 【设计模式之美】SOLID 原则之一:怎么才算是单一原则、如何取舍单一原则
  • # [NOIP2015 普及组] 扫雷游戏#洛谷
  • Unity中Shader的_Time精度问题
  • 听GPT 讲Rust源代码--compiler(15)
  • 关键字联合体union的定义和使用
  • 基于GA-PSO遗传粒子群混合优化算法的VRPTW问题求解matlab仿真
  • 【leetcode100-033】【链表】排序链表
  • [Kubernetes]5. k8s集群StatefulSet详解,以及数据持久化(SC PV PVC)
  • 数据库系统-甘晴void学习笔记
  • Azure Machine Learning - 人脸识别任务概述与技术实战
  • 强化学习的数学原理学习笔记 - 蒙特卡洛方法(Monte Carlo)
  • DDIA 第十一章:流处理
  • webpack知识点总结(高级应用篇)
  • 均匀与准均匀 B样条算法
  • 2023年12 月电子学会Python等级考试试卷(一级)答案解析
  • 启发式算法解决TSP、0/1背包和电路板问题
  • 阿里云新用户的定义与权益
  • go语言多线程操作
  • GreatSQL社区2023全年技术文章总结
  • 【论文阅读笔记】Stable View Synthesis 和 Enhanced Stable View Synthesis
  • 网络报文分析程序的设计与实现(2024)
  • 贯穿设计模式-享元模式思考
  • 牛客刷题:BC45 小乐乐改数字(中等)
  • 设计模式学习2
  • Rust:如何判断位置结构的JSON串的成员的数据类型
  • Kafka(五)生产者
  • 【Leetcode】242.有效的字母异位词