Cloning the assessment

Updated over a year ago

Once you accept a task invitation, a personalized assessment repository is created for you. The assessment screen displays three essential credentials:

  • Git remote URL
  • Git username
  • Git password

How to Clone

Run this command in your terminal:

git clone {GIT_REMOTE_URL}

When prompted, enter the Git username and password displayed on the assessment screen.

These credentials are also sent via email, so you can retrieve them later if needed.

Note: The company will be notified once you successfully clone the repository.

Did this answer your question?