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

git clone instructions in README.md fail with Permission denied (publickey) #356

Open
cdwijs opened this issue Dec 15, 2021 · 0 comments
Open

Comments

@cdwijs
Copy link

cdwijs commented Dec 15, 2021

Detailed description

Provide a detailed description of the change or addition you are proposing.
Please exchange this line in README.md:
$ git clone git@github.com:GitScrum-Community/laravel-gitscrum.git
by this line:
$ git clone https://github.com/gitscrum-ce/laravel-gitscrum.git

Make it clear if the issue is a bug, an enhancement or just a question.
This is a bug, as the line causes the git clone to fail

Context

Why is this change important to you? How would you use it?
This change enables me to get the sourcecode of GitScrum

How can it benefit other users?
Other people who want to start with GitScrum also don't have the key that git is asking for.

Possible implementation

Not obligatory, but suggest an idea for implementing addition or change.
Please exchange this line in README.md:
$ git clone git@github.com:GitScrum-Community/laravel-gitscrum.git
by this line:
$ git clone https://github.com/gitscrum-ce/laravel-gitscrum.git

Your environment

Include as many relevant details about the environment you experienced the bug in and how to reproduce it.
To reproduce:
$ git clone git@github.com:GitScrum-Community/laravel-gitscrum.git
Cloning into 'laravel-gitscrum'...
The authenticity of host 'github.com (140.82.121.4)' can't be established.
ED25519 key fingerprint is SHA256:+DiY3wvvV6TuJJhbpZisF/zLDA0zPMSvHdkr4UvCOqU.
This key is not known by any other names
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Terminal output with the corrected command:
$ git clone https://github.com/gitscrum-ce/laravel-gitscrum.git
Cloning into 'laravel-gitscrum'...
remote: Enumerating objects: 8019, done.
remote: Counting objects: 100% (13/13), done.
remote: Compressing objects: 100% (13/13), done.
remote: Total 8019 (delta 5), reused 3 (delta 0), pack-reused 8006
Receiving objects: 100% (8019/8019), 14.08 MiB | 3.37 MiB/s, done.
Resolving deltas: 100% (4266/4266), done.

  • Version used (e.g. PHP 7.1, HHVM 3):
    $ git --version
    git version 2.34.1

  • Operating system and version (e.g. Ubuntu 16.04, Windows 7):
    Arch linux
    $ uname -a
    Linux cedric 5.15.7-arch1-1 Instruções de instalação local #1 SMP PREEMPT Wed, 08 Dec 2021 14:33:16 +0000 x86_64 GNU/Linux

  • Link to your project:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant