You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.
Describe the bug
Calling "kraft list update" results in a critical error.
beardpower@develop:~/.unikraft/apps/app-helloworld$ kraft list update
[INFO ] Using direct repository: https://github.com/unikraft/unikraft.git
[INFO ] Found core/unikraft via https://github.com/unikraft/unikraft.git...
[INFO ] Populating via wildcard: http://github.com/unikraft/plat-*
[CRITICAL] HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/unikraft/lib-pthreadpool (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7fe1cc83f8b0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
To Reproduce
Steps to reproduce the behavior:
run "kraft list update"
Expected behavior
It should pull the list of apps/libs and install them.
Screenshots
Desktop (please complete the following information):
OS: GNU/Linux
Version 4.4.0-19041-Microsoft
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
Calling "kraft list update" results in a critical error.
beardpower@develop:~/.unikraft/apps/app-helloworld$ kraft list update
[INFO ] Using direct repository: https://github.com/unikraft/unikraft.git
[INFO ] Found core/unikraft via https://github.com/unikraft/unikraft.git...
[INFO ] Populating via wildcard: http://github.com/unikraft/plat-*
[CRITICAL] HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /repos/unikraft/lib-pthreadpool (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7fe1cc83f8b0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should pull the list of apps/libs and install them.
Screenshots
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: