owasp-amass / amass-docker-compose

OWASP Amass Docker Compose for setting up a full instance of the infrastructure
Apache License 2.0
24 stars 3 forks source link

failed to fetch remote https://github.com/owasp-amass/amass.git: exit status 128 #2

Open kfr-ma opened 4 weeks ago

kfr-ma commented 4 weeks ago

when running docker compose run --rm amass enum -d owasp.org i got this error :

docker compose run --rm amass enum -d owasp.org

[+] Running 7/0 ⠿ Container assetdb Running 0.0s ⠿ Container loki Running 0.0s ⠿ Container promtail Running 0.0s ⠿ Container syslog Running 0.0s ⠿ Container postal Running 0.0s ⠿ Container grafana Running 0.0s ⠿ Container engine Running 0.0s [+] Building 92.2s (1/1) FINISHED => ERROR [internal] load git source https://github.com/owasp-amass/amass.git#develop 92.1s

[internal] load git source https://github.com/owasp-amass/amass.git#develop:

1 1.214 da15f9eeb17cf1c8817a93d1ca33c78405a1f0cd refs/heads/develop

1 92.10 error: 2115 bytes of body are still expected

1 92.11 fetch-pack: unexpected disconnect while reading sideband packet

1 92.12 fatal: early EOF

1 92.12 fatal: index-pack failed


failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to read dockerfile: failed to fetch remote https://github.com/owasp-amass/amass.git: exit status 128

failed to fetch remote https://github.com/owasp-amass/amass.git: exit status 128

kfr-ma commented 3 weeks ago

now it work , perhaps it s a GitHub change