【fly263】 在 https://github.com/linkease/istore/issues/182 发布:
执行wget https://github.com/linkease/openwrt-app-actions/raw/main/applications/luci-app-systools/root/usr/share/systools/istore-reinstall.run 这一步报下面的错误:
–2025-04-23 22:06:57-- https://github.com/linkease/openwrt-app-actions/raw/main/applications/luci-app-systools/root/usr/share/systools/istore-reinstall.run
Resolving github.com… ::1, 127.0.0.1
Connecting to github.com|::1|:443… connected.
ERROR: cannot verify github.com’s certificate, issued by ‘CN=Mwrt,O=OpenWrt07eeea4b,L=Unknown,ST=Somewhere,C=ZZ’:
Self-signed certificate encountered.
ERROR: certificate common name ‘Mwrt’ doesn’t match requested host name ‘github.com’.
To connect to github.com insecurely, use `–no-check-certificate’.
加上–no-check-certificate后又提示404错误
root@NRadio-C8-New688:/tmp# wget --no-check-certificate https://github.com/linkease/openwrt-app-actions/raw/main/applications/luci-app-systools/root/usr/share/systools/istore-reinstall.run
–2025-04-23 23:17:42-- https://github.com/linkease/openwrt-app-actions/raw/main/applications/luci-app-systools/root/usr/share/systools/istore-reinstall.run
Resolving github.com… ::1, 127.0.0.1
Connecting to github.com|::1|:443… connected.
WARNING: cannot verify github.com’s certificate, issued by ‘CN=Mwrt,O=OpenWrt07eeea4b,L=Unknown,ST=Somewhere,C=ZZ’:
Self-signed certificate encountered.
WARNING: certificate common name ‘Mwrt’ doesn’t match requested host name ‘github.com’.
HTTP request sent, awaiting response… 404 Not Found
2025-04-23 23:17:42 ERROR 404: Not Found.
设备信息
DISTRIB_ID=‘Mwrt’
DISTRIB_RELEASE=‘@Manper-5.1.0 by immortalwrt-21.02-SNAPSHOT’
DISTRIB_REVISION=‘r0-3fa9687’
DISTRIB_TARGET=‘mediatek/mt7981’
DISTRIB_ARCH=‘aarch64_cortex-a53’
DISTRIB_DESCRIPTION=‘Mwrt @Manper-5.1.0 by immortalwrt-21.02-SNAPSHOT r0-3fa9687’
DISTRIB_TAINTS=‘no-all busybox’