You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-27Lines changed: 15 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,17 @@ We'll start by setting up our cluster with the environment and compute configura
101
101
102
102
</details>
103
103
104
+
###Credentials
105
+
```bash
106
+
touch .env
107
+
```
108
+
```bash
109
+
# Inside .env
110
+
GITHUB_USERNAME="CHANGE_THIS_TO_YOUR_USERNAME"# ← CHANGE THIS
111
+
```bash
112
+
source .env
113
+
```
114
+
104
115
### Git setup
105
116
106
117
Create a repository by following these instructions: [Create a new repository](https://github.com/new) → name it`Made-With-ML` → Toggle`Add a README file` (**very important** as this creates a`main` branch) → Click`Create repository` (scroll down)
@@ -109,7 +120,7 @@ Now we're ready to clone the repository that has all of our code: