现象:
nRF Connect PC版打开后提示错误,导致无法添加或更新app
Error Unable to download laster app info:Unable to download apps list: Unable to download

根据提示,手动访问 https://raw.githubusercontent.com/NordicSemiconductor/pc-nrfconnect-core/master/apps.json.
提示不能访问,看来是网络访问问题
解决方法:
手动更新C:\Windows\System32\drivers\etc\hosts文件,添加IP地址
使用https://www.ipaddress.com/ 获取到 https://raw.githubusercontent.com的IP地址为 199.232.68.133
将下面信息添加到hosts中,刷新DNS后能正常访问
199.232.68.133 raw.githubusercontent.com
参考
https://devzone.nordicsemi.com/f/nordic-q-a/61509/how-to-add-app-sources-on-nrf-connect-v3-3-1

本文介绍了解决nRFConnect PC版打开后提示错误的问题,该错误阻止了应用程序的添加或更新。通过手动更新hosts文件并指定https://raw.githubusercontent.com的IP地址(199.232.68.133),可以解决网络访问问题,实现正常的应用程序管理。
3799

被折叠的 条评论
为什么被折叠?



