Skip to content

Commit 0764b99

Browse files
committed
git authenticity image
1 parent 3677ee5 commit 0764b99

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
18.2 KB
Loading

docs/_sections/_guide-primaries/getting-started/environment-setup/windows-setup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ Cloning is the process of copying a Git repository onto your local computer stor
9191
<img src="{{ '/_assets/images/ssh_link_copy.png' | prepend: site.baseurl }}" alt="my_image.png w=200 h=400 :(">
9292
4. Open Git Bash and navigate to where you want to keep your code for the competition, such as your Documents or Desktop. [How do I do that?](https://ut-ras.github.io/RobotathonESP32/technical#how-do-i-navigate-the-git-bash-terminal)
9393
5. Run the following command in your Git terminal: `git clone [PASTE GIT LINK HERE]` without the square brackets
94+
<img src="{{ '/_assets/images/git_authenticity_confirm.png' | prepend: site.baseurl }}" alt="git_authenticity_confirm.png w=200 h=400 :(">
95+
6. You will likely run into Git having an issue with the authenticity. Simply type `yes` and press `Enter`
9496

9597
### __Install USB-UART Bridge Driver__
9698
This allows your computer to recognize and program your ESP32 when you plug it in.

0 commit comments

Comments
 (0)