diff --git a/basics/assets-metadata-css-starter/pages/index.js b/basics/assets-metadata-css-starter/pages/index.js
index b1dd3ec5..47efa0fe 100644
--- a/basics/assets-metadata-css-starter/pages/index.js
+++ b/basics/assets-metadata-css-starter/pages/index.js
@@ -31,7 +31,7 @@ export default function Home() {
Examples →
diff --git a/basics/errors/install.md b/basics/errors/install.md
index bfe4df76..0457db52 100644
--- a/basics/errors/install.md
+++ b/basics/errors/install.md
@@ -5,7 +5,7 @@
If you see an installation error for the following installation command:
```bash
-npx create-next-app nextjs-blog --example "https://github.com/vercel/next-learn/tree/master/basics/learn-starter"
+npx create-next-app nextjs-blog --example "https://github.com/vercel/next-learn/tree/main/basics/learn-starter"
```
Try removing everything after `nextjs-blog`:
@@ -14,4 +14,6 @@ Try removing everything after `nextjs-blog`:
npx create-next-app nextjs-blog
```
-If that doesn’t work either, please let us know in a [GitHub Issue](https://github.com/vercel/next-learn/issues) with the error text, your OS, and Node.js version (make sure your Node.js version 18 or higher).
+A `Could not locate the repository` error message could be the result of your workplace or school network or proxy configuration. A temporary solution may be changing your network environment by disconnecting from your workplace or school VPN, using a VPN browser extension, or trying a different wifi connection.
+
+If none of the steps above resolve your issue, please let us know in a [GitHub Issue](https://github.com/vercel/next-learn/issues) with the error text, your OS, and Node.js version (make sure your Node.js version 18 or higher).
diff --git a/basics/learn-starter/pages/index.js b/basics/learn-starter/pages/index.js
index a465e1d3..1c8bbab7 100644
--- a/basics/learn-starter/pages/index.js
+++ b/basics/learn-starter/pages/index.js
@@ -30,7 +30,7 @@ export default function Home() {
Examples →
diff --git a/basics/navigate-between-pages-starter/pages/index.js b/basics/navigate-between-pages-starter/pages/index.js
index 5a4ea366..c25256cd 100644
--- a/basics/navigate-between-pages-starter/pages/index.js
+++ b/basics/navigate-between-pages-starter/pages/index.js
@@ -30,7 +30,7 @@ export default function Home() {
Examples →