Skip to content

Halyna R.#10

Open
halyna1995 wants to merge 9 commits intoHackYourAssignment:mainfrom
halyna1995:main
Open

Halyna R.#10
halyna1995 wants to merge 9 commits intoHackYourAssignment:mainfrom
halyna1995:main

Conversation

@halyna1995
Copy link

No description provided.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@remarcmij remarcmij self-assigned this Jan 15, 2026
Copy link

@remarcmij remarcmij left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @halyna1995, thanks for submitting your first assignment. In the task1 script there are some issues I would like you to address. Please make sure to run your script and verify that it does all the required tasks, without error messages.

For task2, your GitHub welcome page looks nice altough I seem to be missing the Top Languages Card.

mkdir resources
touch settings.conf
mkdir src
cd resources

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of cd-ing into the directory, you can also create/access files by using a path, e.g.:

touch resources/xyz.txt

git status
git add .
git commit -m "Initial commit"
git push

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This push is not asked for in the instructions. As it stands, it produces an error message because no remote repository has been defined:

fatal: No configured push destination.
Either specify the URL from the command-line or configure a remote repository using

    git remote add <name> <url>

and then push using the remote name

    git push <name>

rm -r profile
cd ..
cd resources
rm "family picture.jpg"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here, you have correctly used quotes for the file name containing a space. However, that file was not created. Hence, the error message:

rm: cannot remove 'family picture.jpg': No such file or directory

git status
git add .
git commit -m "write welcome text to README, remove profile directory , remove family_picture.jpg"
git push

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the push

@@ -1 +1,2 @@
<paste here your github username> No newline at end of file
<halyna1995>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In general, when you see a comment in angle brackets, you should replace the whole comment, including the angle brackets with your replacement.

Suggested change
<halyna1995>
halyna1995

halyna1995 and others added 2 commits January 19, 2026 22:29
Co-authored-by: Jim Cramer <remarcmij@gmail.com>
Co-authored-by: Jim Cramer <remarcmij@gmail.com>
@github-actions

This comment has been minimized.

1 similar comment
@github-actions

This comment has been minimized.

Co-authored-by: Jim Cramer <remarcmij@gmail.com>
@github-actions

This comment has been minimized.

halyna1995 and others added 2 commits January 19, 2026 22:31
Co-authored-by: Jim Cramer <remarcmij@gmail.com>
Co-authored-by: Jim Cramer <remarcmij@gmail.com>
@github-actions

This comment has been minimized.

1 similar comment
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions
Copy link

📝 HackYourFuture auto grade

Assignment Score: 61 / 100 ✅

Status: ✅ Passed
Minimum score to pass: 50
🧪 The auto grade is experimental and still being improved

Test Details
======================= Task 1 =======================
▶️ Running setup.sh...
✅ Successfully executed setup.sh.
✅ Script ran for at least 6 seconds
✅ Path exists: project
✅ Path exists: project/README.md
✅ Path exists: project/settings.conf
✅ Path exists: project/resources
✅ Path exists: project/resources/icon.png
✅ Path exists: project/resources/logo.png
✅ Path exists: project/src
❌ Path does not exist: project/src/program.js
✅ Path exists: project/src/database
✅ Path exists: project/.git
✅ Path does not exist: project/resources/family picture.jpg
✅ Path does not exist: project/src/profile
❌ Path exists: project/src/program.java
❌ Error reading file: project/src/program.js
✅ File content is correct: project/README.md
✅ Output has: "Creating project"
✅ Output has: "Setup project"
✅ Output has: "Setup JavaScript"
✅ Output has: "JavaScript works!"
✅ Output has: "icon.png"
✅ Output has: "All done!"
✅ Found 3 commits
✅ First commit message is "initial commit"

======================= Task 2 =======================
❌ Error reading github-username.txt: ENOENT: no such file or directory, open '../task-2/github-username.txt'
❌ No username found in file

======================= Summary =======================
- Task 1 Score: 87%
- Task 2 Score: 0%
Total Score: 61%
Min passing score: 50%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants