zxywvu's avatar

Cloning failed using an ssh key for authentication

My PHP version is 8.1.and when I installed Laravel 9, I set this error in CMD.

cmd

What is this message and what I can do to solve this problem?

0 likes
5 replies
gty's avatar

You must generate a token in your github profile to allow the read permission on the symfony/string package. Once it is created, you can paste it on this step of the composer install.

zxywvu's avatar

@gty What should I do to remove the token to install Laravel?

gty's avatar

@zxywvu I dont understand your question. You generate the token and then copy/paste it when the composer install command asks for it "Token (hidden):". When you paste it, it will not be displayed, just press enter and the installation of the packages will continue.

Please or to participate in this conversation.