Skip to content

Git clones in installation guides should use https instead of SSH #2361

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
deansheather opened this issue Jun 15, 2022 · 0 comments · Fixed by #2431
Closed

Git clones in installation guides should use https instead of SSH #2361

deansheather opened this issue Jun 15, 2022 · 0 comments · Fixed by #2431
Assignees
Labels
docs Area: coder.com/docs

Comments

@deansheather
Copy link
Member

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Area: coder.com/docs
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants