ddev / ddev-adminer

Adminer service for DDEV
Apache License 2.0
8 stars 7 forks source link

ddev adminer does not install anymore #13

Closed mtness closed 1 year ago

mtness commented 1 year ago

Hi there, i keep getting the following error when trying to install or run the ddev adminer:

Unable to get releases for ddev-adminer: Get "https://api.github.com/repos/ddev/ddev-adminer/releases": dial tcp 140.82.121.5:443: i/o timeout
resp.Rate=github.Rate{Limit:0, Remaining:0, Reset:github.Timestamp{0001-01-01 00:00:00 +0000 UTC}}

Any Idea about this?

rfay commented 1 year ago

I'm not seeing any trouble:

$ ddev get ddev/ddev-adminer
Installing ddev/ddev-adminer:v0.2.2
Downloading https://api.github.com/repos/ddev/ddev-adminer/tarball/v0.2.2
v0.2.2_3143695101.tar.gz 7.94 KiB / ? [-------------------=--------]  81.29% 0s

Installing project-level components:
👍 docker-compose.adminer.yaml
👍 adminer/Dockerfile
👍 adminer/ddev-login.php

Installing global components:
👍 commands/host/launcha

Installed DDEV add-on ddev/ddev-adminer, use `ddev restart` to enable.
Please read instructions for this addon at the source repo at
https://github.com/ddev/ddev-adminer
Please file issues and create pull requests there to improve it.
Installed adminer:v0.2.2 from ddev/ddev-adminer

Most likely either your network was having trouble or GitHub was having trouble.

Closing, happy to continue the conversation here or elsewhere.