diff --git a/content/en/community/hackathons/sessions/common-mistakes/USoC.md b/content/en/community/hackathons/sessions/common-mistakes/USoC.md new file mode 100644 index 00000000..406488f5 --- /dev/null +++ b/content/en/community/hackathons/sessions/common-mistakes/USoC.md @@ -0,0 +1,11 @@ +# Common Mistake 1 + +In case the students get an unexpected error, they should check to see if +both Unikraft and the used libraries are on the `staging` branch. + +In order to check +this, one must go in the directory where Unikraft/the libraries are located +and check the branch using `git branch`. + +An undesired output could look like `((HEAD detached at RELEASE-0.5))`. +We can correct this by moving to the staging branch with `git checkout staging`. \ No newline at end of file diff --git a/content/en/community/hackathons/sessions/common-mistakes/index.md b/content/en/community/hackathons/sessions/common-mistakes/index.md new file mode 100644 index 00000000..6cf50c4c --- /dev/null +++ b/content/en/community/hackathons/sessions/common-mistakes/index.md @@ -0,0 +1,2 @@ +This folder is used to store common mistakes and pitfalls for people +that are starting to use Unikraft / kraft. \ No newline at end of file