Giter VIP home page Giter VIP logo

Comments (6)

mlito avatar mlito commented on April 28, 2024 1

Thanks .
Now It succeeded . I created pull request

from linkedin-skill-assessments-quizzes.

github-actions avatar github-actions commented on April 28, 2024

Hello @mlito , thank you for submitting an issue! 👍

from linkedin-skill-assessments-quizzes.

mlito avatar mlito commented on April 28, 2024

Hello

In the file node.js-quiz.md for question 21 first answer marked as correct .
Q21. If the child_process module methods are in scope, what is a current way to execute the command ps -ef using a child process?
- spawn("ps -ef") <<<<----Correct

  • exec("ps -ef")
  • exec("ps", "-ef")
  • fork("ps -ef")

But according to Nodejs doc args for spawn should be provided as array . I think option #2 seems more correct - according to syntax and that also perform ps command , but in with shell . Am I correct ? Thanks

from linkedin-skill-assessments-quizzes.

Ebazhanov avatar Ebazhanov commented on April 28, 2024

Hello, @mlito! thanks for raising this issue,

  • could you please share the Nodejs doc which you found
  • I actually can't find any related changes according to this question in PR
    so if you found official proof for this question feel free to create PR with to correct the answer 👍

from linkedin-skill-assessments-quizzes.

mlito avatar mlito commented on April 28, 2024

Hello Evgenii
I created separate branch (mlito_dev) locally.
Tried to push it and then to create pull request .
But while performing push for mlito_dev I got error :

remote: Permission to Ebazhanov/in-quiz-questions.git denied to mlito.
fatal: unable to access 'https://github.com/Ebazhanov/in-quiz-questions.git/': The requested URL returned error: 403
Pushing to https://github.com/Ebazhanov/in-quiz-questions.git

Do I need some permissions ?
Thanks in advance

from linkedin-skill-assessments-quizzes.

Ebazhanov avatar Ebazhanov commented on April 28, 2024

this is a very common issue, what I suggested to do is:

  • first, check that you have clicked on button Fork in GitHub for this repository
    image
  • if you still have the same error please clone this repo one more time to the different local folder with different name and try to push from this new location.
    if you still have the same issue please let me know

from linkedin-skill-assessments-quizzes.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.