amend
amend copied to clipboard
manifest download error
https://github.com/laravel/envoy/issues/38
I'm wondering if it's related to this issue: Buzz #67
If you use an HTTP URL instead of HTTPS, do you still see the problem?
Same issue. Github just redirects you to HTTPS.
Hmm, okay. Do you have allow_url_fopen = On
in your PHP configuration file (php.ini
)?
Yes:
allow_url_fopen => On => On
Weird thing is this was all totally working for like a month now for everyone. We haven't made any releases.
This is weird, I haven't made any changes either. GitHub probably changed something.
I may need to release a new major version to use cURL instead of simply file_get_contents(), as I see a lot of people recommending it for related problems.
I'll let you know when that is done and see if that helps fix the problem.
OK cool, thanks
Where is the code that does this? Can't find it in this repo.