Skip to content
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

Replace SSH clone URLs with HTTPS in README #7

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ljzbtc
Copy link

@ljzbtc ljzbtc commented Oct 13, 2024

This PR replaces the SSH clone URLs with HTTPS URLs in two locations within the README file. This change addresses potential permission issues that some users might encounter when trying to clone via SSH without proper key setup.

Changes made:

  1. First instance:

    • Replaced: git clone [email protected]:vana-com/vana-framework.git
    • With: git clone https://github.com/vana-com/vana-framework.git
  2. Second instance:

    • Replaced: git clone [email protected]:vana-com/vana-framework.git
    • With: git clone https://github.com/vana-com/vana-framework.git

These updates ensure that all users can easily clone the repository without encountering SSH-related errors. The HTTPS method is more universally accessible and doesn't require any additional setup for most users.

This PR replaces the SSH clone URLs with HTTPS URLs in two locations within the README file. This change addresses potential permission issues that some users might encounter when trying to clone via SSH without proper key setup.

Changes made:

1. First instance:
   - Replaced: `git clone [email protected]:vana-com/vana-framework.git`
   - With: `git clone https://github.com/vana-com/vana-framework.git`

2. Second instance:
   - Replaced: `git clone [email protected]:vana-com/vana-framework.git`
   - With: `git clone https://github.com/vana-com/vana-framework.git`

These updates ensure that all users can easily clone the repository without encountering SSH-related errors. The HTTPS method is more universally accessible and doesn't require any additional setup for most users.
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.

1 participant