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: docs/troubleshooting/on-deploying.md
+10
Original file line number
Diff line number
Diff line change
@@ -85,3 +85,13 @@ This happens \(sometimes\) on Windows system when you first install `docker`. Yo
85
85
86
86
If you are okay with losing your previous Airbyte configurations, you can run `docker-compose down -v` and that should fix things then `docker-compose up`.
87
87
88
+
## `unauthorized: incorrect username or password` when running `docker-compose up`
89
+
90
+
If you see the following error:
91
+
92
+
```bash
93
+
ERROR: Head "https://registry-1.docker.io/v2/airbyte/init/manifests/{XXX}": unauthorized: incorrect username or password
94
+
```
95
+
96
+
You are most likely logged into Docker with your email address instead of your Docker ID.
97
+
Log out of Docker by running `docker logout` and try running `docker-compose up` again.
0 commit comments