Skip to content
Snippets Groups Projects
Commit 37359a07 authored by Mitalee Parikh's avatar Mitalee Parikh
Browse files

trying git on atom

parent 288c0e36
No related branches found
No related tags found
No related merge requests found
Pipeline #231970 passed
......@@ -147,27 +147,27 @@ Next, I make assemble a ribbon cable, 6 thin cables connected side by side with
##### Installing software packages
To program the board, there are steps you need to follow to install the development environment first. I follow them from [this tutorial](http://fab.academany.org/2020/labs/uae/students/fatima-alhashmi/week5/week5.html) and [this guide](./images/ep/avr_steps.pdf).
1. Installed [homebrew](https://brew.sh/) package manager. In a terminal window pasted this from the website:
'''
<code>
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
'''
![](./images/ep/homebrew.jpg)
</code>
<img src="./images/ep/homebrew.jpg"
It asked for sudo acess, I typed in my computer password.
![](./images/ep/password.jpg)
2. It started installing
![](./images/ep/installing.jpg)
But half way through I got an error:
![](./images/ep/error.jpg)
I typed in the command that the error suggested:
<code>
git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow
</code>
This solved the error. I reinstalled Homebrew.
![](./images/ep/reinstalling.jpg)
![](./images/ep/installing.again.jpg)
![](./images/ep/installing.jpg)
But half way through I got an error:
![](./images/ep/error.jpg)
I typed in the command that the error suggested:
<code>
git -C /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core fetch --unshallow
</code>
This solved the error. I reinstalled Homebrew.
![](./images/ep/reinstalling.jpg)
![](./images/ep/installing.again.jpg)
3. Next, install brew tap
![](./images/ep/brew.tap.jpg)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment