Now open to beta users! Contact Us

Approved

Recording Metadata

System
Windows
Version
10 (10.0.19045)
Processor
Intel64 Family 6 Model 94 Stepping 3, GenuineIntel
Resolution
1920 x 1080 px

Reasoning Steps

Step 1

Open Git Bash or Terminal on your Windows laptop to begin configuring Git for local development.

Step 2

Run the command git config --global user.name "John Doe" to set your global Git username that will appear in commit history.

Step 3

Run the command git config --global user.email "johndoe@example.com" to associate your commits with your email address.

Step 4

Run git config --global credential.helper store to enable Git to remember your username and password for HTTPS authentication.

Step 5

Test the credential setup by running git clone https://github.com/johndoe/expense-tracker.git — Git will prompt for credentials and store them for future use

Step 6

Once the repository is cloned successfully, confirm that no further credential prompts occur when navigating into the repo or making changes.

Step 7

Stop your screen recording after verifying the setup and successful credential storage.

Step 8

The screen recording will be automatically saved in the Documents > DuckTrack Recordings folder on your Windows machine.

Step 9

Step 9 Open the AI task upload UI in Chrome, click “Browse” or “Upload Recording,” and select the correct video file from the DuckTrack Recordings folder to submit your demo.

Video

Loading tracking data...