Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a folder with common mistakes for beginners #105

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions content/en/community/hackathons/sessions/common-mistakes/USoC.md
Original file line number Diff line number Diff line change
@@ -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`.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This folder is used to store common mistakes and pitfalls for people
that are starting to use Unikraft / kraft.