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.
I got following output and it asked for the github token ad rate limit exceeded
[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: https://github.com/unikraft/plat-*
[ERROR ] GitHub rate limit exceeded! If you have not done so already,
[ERROR ] you can tell kraft to use a personal access token when contacting
[ERROR ] the GitHub API. First, visit:
[ERROR ]
[ERROR ] https://github.com/settings/tokens/new
[ERROR ]
[ERROR ] then select 'repo:public_repo'. You can then set the
[ERROR ] environmental variable UK_KRAFT_GITHUB_TOKEN with this new token,
[ERROR ] for example:
[ERROR ]
[ERROR ] export UK_KRAFT_GITHUB_TOKEN=<token>
[ERROR ]
[ERROR ] Once this is done, please try again :-)
I then set environment variable with the github token and ran kraft list again
It doesn't show any platforms,libraries or applications. Below is the output
[WARNING ] unikraft directory is empty: /home/liveuser/.unikraft/unikraft
UNIKRAFT VERSION RELEASED LAST CHECKED
unikraft 0.8.0 12 hours ago 4 hours ago
I then, tried to run the hello world application using following command, I got following error.
kraft up -p kvm -m x86_64 -t helloworld helloworld
I got this error.
[WARNING ] Could not find manifest: helloworld
[ERROR ] No manifests to download
The text was updated successfully, but these errors were encountered:
Hi I have problem installing and using kraft on fresh fedora install. I followed following steps
I installed requirements using following step:
I then installed kraft using pip3
I then ran this command
kraft list
I got following output and it asked for the github token ad rate limit exceeded
I then set environment variable with the github token and ran kraft list again
It doesn't show any platforms,libraries or applications. Below is the output
I then, tried to run the hello world application using following command, I got following error.
I got this error.
The text was updated successfully, but these errors were encountered: