Skip to main content
All CollectionsFor candidates
Cloning the assessment
Cloning the assessment
Alpcan Aydin avatar
Written by Alpcan Aydin
Updated over 4 months ago

After accepting the task invitation, a special assessment will be created just for you. On the assessment screen, you'll receive git credentials which include:

  • Git remote URL

  • Git username

  • Git password

Please clone the assessment repository to start solving your assessment via the command below or a method of your choice.

git clone {GIT_REMOTE_URL}

Git will ask you to provide a username and password. Please type in the git username and password provided to you by Codebie on the assessment screen. This information will also be sent to you via email. If you close the page, you can check your inbox and find it again.

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

Did this answer your question?