Skip to content

Change git clone [email protected] to git clone https:// in README.md #1411

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

Merged
merged 1 commit into from
Jan 7, 2022
Merged

Conversation

vadimcoder
Copy link

Description of Problem

Using git clone [email protected]... notation may lead to an error Permission denied (publickey) fatal: Could not read from remote repository. if a user doesn't have a public SSH key stored in their github account. Using git clone https:// is a 100% error-free solution (it doesn't require any SSH keys).

Screenshot 2022-01-04 at 01 08 23

Proposed Solution

git clone https://github.com/vuejs/docs.git

Additional Information

https://stackoverflow.com/questions/21255438/git-permission-denied-publickey-fatal-could-not-read-from-remote-repository

Using `git clone [email protected]...` notation may lead to an error `Permission denied (publickey) fatal: Could not read from remote repository.` if a user doesn't have a public SSH key stored in their github account. Using `git clone https://` is a 100% error-free solution (it doesn't require any SSH keys).
@vercel
Copy link

vercel bot commented Jan 3, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/vuejs/docs/7v5rLM13fquQj1BRm8DT9isTh92G
✅ Preview: Failed

Copy link
Member

@NataliaTepluhina NataliaTepluhina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think cloning via SSH is exotic but I am fine with changing it to cloning via HTTPS

@NataliaTepluhina NataliaTepluhina merged commit 8bd7d49 into vuejs:master Jan 7, 2022
@vadimcoder vadimcoder deleted the patch-1 branch January 7, 2022 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants