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
Include as many relevant details about the environment you experienced the bug in and how to reproduce it.
To reproduce:
$ git clone [email protected]: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. [email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
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:
The text was updated successfully, but these errors were encountered:
Detailed description
Provide a detailed description of the change or addition you are proposing.
Please exchange this line in README.md:
$ git clone [email protected]: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 [email protected]: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 [email protected]: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.
[email protected]: 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:
The text was updated successfully, but these errors were encountered: