curl error 23 while downloading https://repo.backpackforlaravel.com/packages.json: #911
-
Today i've a very strange issue: The error message is ambiguous because it says "error downloading" but then refers to a writing error! Then I tried to open another project of mine that doesn't use BackPack and the "composer outdated" works correctly! In the end I tried to open the link https://repo.backpackforlaravel.com/packages.json from the browser and it opened without problems! At this point I don't understand if the problem is with the BackPack servers or something else, does anyone have an idea? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
Hey @blondie63 I'm unable to understand what you are trying to do. The screenshot is different than your explanation. |
Beta Was this translation helpful? Give feedback.
-
Hey Mauro, I just ran Sounds like it's something specific to your computer or your projects. Think of what has changed in your project/system since it last worked... and take it from there. I don't think there's anything we can do to help. Cheers! |
Beta Was this translation helpful? Give feedback.
-
Hi @tabacitu Maybe it can be useful to someone, I solved it like this: |
Beta Was this translation helpful? Give feedback.
Hi @tabacitu Maybe it can be useful to someone, I solved it like this:
brew reinstall curl
ref: composer/composer#11913