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
Git is often not setup for SSH cloning on remote servers, so it fails because the server's SSH key is not authorized to access GitHub.
Replace git@github.com:coder/coder.git with https://github.com/coder/coder.git in the installation guide for docker-compose (and perhaps in other places as well).
The text was updated successfully, but these errors were encountered:
Git is often not setup for SSH cloning on remote servers, so it fails because the server's SSH key is not authorized to access GitHub.
Replace
git@github.com:coder/coder.git
withhttps://github.com/coder/coder.git
in the installation guide for docker-compose (and perhaps in other places as well).The text was updated successfully, but these errors were encountered: