cucumber-school / student

For helping students follow along with the videos
MIT License
3 stars 7 forks source link

Script fails with "Permission denied (publickey)" #1

Open cdlans opened 2 years ago

cdlans commented 2 years ago

Script fails with the following error:

git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

I believe the ls-remote command in the script should be change to git ls-remote https://github.com/cucumber-school/scripts.git

micheleorsi commented 1 year ago

+1

Auto81 commented 1 year ago

Raised a PR here

https://github.com/cucumber-school/student/pull/3

Sbronco commented 1 year ago

can someone can help me about this publicy issue, I can't download the script to follow up with the video. I have this in my terminal :
**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.**

jrdavismaine commented 1 year ago

Raised a PR here

3

I was able to download the course files by copying the code from PR # 3 into a bash script then running. TY for the PR.