Toggle navigation
首页
问答
文章
积分商城
专家
专区
更多专区...
文档中心
返回主站
搜索
提问
会员
中心
登录
注册
pkgs--update
[env工具]pkgs --update 失败
发布于 2023-03-19 13:01:16 浏览:580
订阅该版
```c fatal: unable to access 'https://gitee.com/RT-Thread-Mirror/ota_downloader.git/': Failed to connect to gitee.com port 443: Bad access Error message:[Error 267] ``` 没有开代理 ![screenshot_image.png](https://oss-club.rt-thread.org/uploads/20230319/8ff5a6c12b3b4a24515171a694f9615d.png) env下git clone失败 但是在git bash下gitclone成功 env下 ```c > git clone https://gitee.com/RT-Thread-Mirror/ota_downloader.git Cloning into 'ota_downloader'... fatal: unable to access 'https://gitee.com/RT-Thread-Mirror/ota_downloader.git/': Failed to connect to gitee.com port 443: Bad access git bash下 Cloning into 'ota_downloader'... remote: Enumerating objects: 113, done. remote: Counting objects: 100% (26/26), done. remote: Compressing objects: 100% (26/26), done. remote: Total 113 (delta 10), reused 0 (delta 0), pack-reused 87 Receiving objects: 100% (113/113), 1.09 MiB | 8.31 MiB/s, done. Resolving deltas: 100% (38/38), done. ``` 采用先下载,然后pkgs --update ```c pkgs --update ==============================> OTA_DOWNLOADER latest is downloaded successfully. Error package : {u'path': u'/packages/iot/ota_downloader', u'ver': u'latest', u'name': u'OTA_DOWNLOADER'} ==============================> Packages list to download : Package name : OTA_DOWNLOADER, Ver : latest The packages in the list above are accidentally deleted or renamed. If you manually delete the version suffix of the package folder name, you can use
command to re-download these packages. In case of accidental deletion, the ENV tool will automatically re-download these packages. ==============================> OTA_DOWNLOADER latest update done [Use Gitee server] cmd_package_update 473 WARNING Missing path D:\Document\ARM\rt-thread_learn\bsp\stm32\stm32l496-ali-developer-1\packages\ota_downloader-latest cmd_package_update 474 WARNING If you manage this package manually, Env tool will not update it. Operation failed. ``` 又出现如上错误
查看更多
2
个回答
默认排序
按发布时间排序
宇宙码蚁
2023-03-19
接口与实现分离
在使用 Git 进行代码克隆(clone)时,如果出现 267 错误,通常是由于 Windows 操作系统的文件路径长度限制导致的。 Windows 操作系统中,文件路径最大长度为260个字符,如果文件路径超过了这个长度限制,就会出现错误。而在进行 Git 克隆时,如果代码仓库里的某些文件名太长,加上克隆时所在的本地路径,就很容易超过 Windows 的文件路径长度限制,导致无法克隆成功。 此时可以尝试以下几种解决方法: 1. 缩短本地代码仓库的路径,尽量避免本地路径过长。 2. 将 Git 克隆到本地磁盘的根目录下。 3. 修改 Windows 的注册表以支持长路径,具体方法可参考 Stack Overflow 网站上的解答。 需要注意的是,以上方法虽然可以缓解问题,但也可能带来其他问题或不便,所以在遇到该错误时,需要根据实际情况进行选择和取舍。 来自chatgpt
HNZV_3242
2023-03-19
这家伙很懒,什么也没写!
更新下:排版太丑了 ```c pkgs --update [Use Gitee server] Cloning into 'D:\Document\ARM\rt-thread_learn\bsp\stm32\stm32l496-ali-developer-1\packages\ota_downloader-latest'... fatal: unable to access 'https://gitee.com/RT-Thread-Mirror/ota_downloader.git/': Failed to connect to gitee.com port 443: Bad access Error message:[Error 267] Failed to download software package with git. Please check the network connection. ({'path': '/packages/iot/ota_downloader', 'ver': 'latest', 'name': 'OTA_DOWNLOADER'}, 'download failed.') Operation failed. ``` 采用git bash 下载 ```c $ git clone https://gitee.com/RT-Thread-Mirror/ota_downloader.git Cloning into 'ota_downloader'... remote: Enumerating objects: 113, done. remote: Counting objects: 100% (26/26), done. remote: Compressing objects: 100% (26/26), done. remote: Total 113 (delta 10), reused 0 (delta 0), pack-reused 87 Receiving objects: 100% (113/113), 1.09 MiB | 8.31 MiB/s, done. Resolving deltas: 100% (38/38), done. ``` 采用先下载,然后 pkgs --update ```c pkgs --update ==============================> OTA_DOWNLOADER latest is downloaded successfully. Error package : {u'path': u'/packages/iot/ota_downloader', u'ver': u'latest', u'name': u'OTA_DOWNLOADER'} ==============================> Packages list to download : Package name : OTA_DOWNLOADER, Ver : latest The packages in the list above are accidentally deleted or renamed. If you manually delete the version suffix of the package folder name, you can use
command to re-download these packages. In case of accidental deletion, the ENV tool will automatically re-download these packages. ==============================> OTA_DOWNLOADER latest update done [Use Gitee server] cmd_package_update 473 WARNING Missing path D:\Document\ARM\rt-thread_learn\bsp\stm32\stm32l496-ali-developer-1\packages\ota_downloader-latest cmd_package_update 474 WARNING If you manage this package manually, Env tool will not update it. Operation failed. ```
撰写答案
登录
注册新账号
关注者
0
被浏览
580
关于作者
HNZV_3242
这家伙很懒,什么也没写!
提问
5
回答
2
被采纳
0
关注TA
发私信
相关问题
1
使用env命令pkgs --update无法下载软件包
2
ENV工具的使用问题
3
pkgs在新电脑上不好使
4
env pkgs --update命令软件包没有下载
5
pkgs --update 命令报错 提示python执行语法错误
6
pkgs只下载一个软件包?
7
使用env工具的pkgs --update命令进行软件包下载时报如下错误
8
pkgs --update之后出现如下错误,env版本是v1.2.4
9
ubuntu20.04 如何使用pkgs 来更新软件包
10
点击menuconfig之后,保存之后,输入pkgs -update,实际并没有把对应的软件包下载下来
推荐文章
1
RT-Thread应用项目汇总
2
玩转RT-Thread系列教程
3
国产MCU移植系列教程汇总,欢迎查看!
4
机器人操作系统 (ROS2) 和 RT-Thread 通信
5
五分钟玩转RT-Thread新社区
6
【技术三千问】之《玩转ART-Pi》,看这篇就够了!干货汇总
7
关于STM32H7开发板上使用SDIO接口驱动SD卡挂载文件系统的问题总结
8
STM32的“GPU”——DMA2D实例详解
9
RT-Thread隐藏的宝藏之completion
10
【ART-PI】RT-Thread 开启RTC 与 Alarm组件
最新文章
1
使用百度AI助手辅助编写一个rt-thread下的ONVIF设备发现功能的功能代码
2
RT-Thread 发布 EtherKit开源以太网硬件!
3
rt-thread使用cherryusb实现虚拟串口
4
《C++20 图形界面程序:速度与渲染效率的双重优化秘籍》
5
《原子操作:程序世界里的“最小魔法单位”解析》
热门标签
RT-Thread Studio
串口
Env
LWIP
SPI
AT
Bootloader
Hardfault
CAN总线
FinSH
ART-Pi
USB
DMA
文件系统
RT-Thread
SCons
RT-Thread Nano
线程
MQTT
STM32
RTC
FAL
rt-smart
ESP8266
I2C_IIC
WIZnet_W5500
UART
ota在线升级
PWM
cubemx
freemodbus
flash
packages_软件包
BSP
潘多拉开发板_Pandora
定时器
ADC
GD32
flashDB
socket
中断
Debug
编译报错
msh
SFUD
keil_MDK
rt_mq_消息队列_msg_queue
ulog
C++_cpp
at_device
本月问答贡献
踩姑娘的小蘑菇
7
个答案
3
次被采纳
a1012112796
13
个答案
2
次被采纳
张世争
9
个答案
2
次被采纳
rv666
5
个答案
2
次被采纳
用户名由3_15位
11
个答案
1
次被采纳
本月文章贡献
程序员阿伟
7
篇文章
2
次点赞
hhart
3
篇文章
4
次点赞
大龄码农
1
篇文章
3
次点赞
ThinkCode
1
篇文章
1
次点赞
Betrayer
1
篇文章
1
次点赞
回到
顶部
发布
问题
分享
好友
手机
浏览
扫码手机浏览
投诉
建议
回到
底部