salahhusa9 / laravel-updater

Laravel Updater is a simple yet powerful package for updater your Laravel applications. It makes it easy to upgrade your application to the latest version with just one command.
https://salahhusa9.com/laravel-updater
MIT License
176 stars 19 forks source link

[Bug]: git fetch fails with getaddrinfo() thread failed to start #48

Closed itsmenewbie03 closed 5 months ago

itsmenewbie03 commented 6 months ago

What happened?

I'm trying to use Updater::update() however it fails. image However the update works fine if you use the terminal command. image

How to reproduce the bug

Use Updater::update() on windows.

Package Version

latest

PHP Version

8.2.12

Laravel Version

10

Which operating systems does with happen with?

Windows

Notes

The Update::update() works fine in my linux machine but it fails on my teammate who uses windows.

salahhusa9 commented 6 months ago

this problem is from DNS

salahhusa9 commented 6 months ago

check this https://github.com/desktop/desktop/issues/17755