Why don't you check github ssh? Seems like it has to do with github ssl. You might want to add a new ssh key on github. https://docs.github.com/en/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys?platform=windows
Unable to install Laravel or use composer install/update
Today when in my local environment I tried to run composer update, I got the following message:
https://i.imgur.com/G2N2Zqs.png
I never seen this before in my life, but I tried doing what it told me, so I generated a token and tried to continue. Then, I got the following errors:
https://i.imgur.com/7lZGqk1.png
After browsing and trying to find a solution, I am still stuck with the same errors after two hours of trying. What I have done so far:
- Homestead provision
- Upgrading Homestead itself
- Running sudo apt-get update and upgrade
- Trying to install a fresh copy of my repository
- Put the following in my composer.json file:
"github-oauth": { "github.com": "token here" }
- Tried this answer: https://stackoverflow.com/a/71220058/2257418
- Re-installed Vagrant / Homestead entirely
Nothing has worked for me so far, and I am stuck, I cannot even do any coding anymore until this issue has been fixed. Any suggestions?
PS. I am on Windows, using Laravel Homestead and nothing was changed before doing the composer update today. Yesterday everything was still working fine.
If you need more info let me know.
So in the end I figured out that some free "firewall service" from my hosting provider was causing the issue. Disabled that and now everything is working again like it should.
Please or to participate in this conversation.