Fresh installation fails - AlmaLinux10

Bug Report Template

Description

Encountered when installing ApisCP with the command from the docs.
curl https://raw.githubusercontent.com/apisnetworks/apnscp-bootstrapper/master/bootstrap.sh | bash -s - <api token>

Setup logs:

    In Git.php line 652:
  
      Failed to clone https://github.com/MikeRoetgers/dependency-graph.git via ht
      tps, ssh protocols, aborting.
  
      - https://github.com/MikeRoetgers/dependency-graph.git
        Cloning into '/usr/local/apnscp/vendor/mike-roetgers/dependency-graph'...
        fatal: could not read Username for 'https://github.com': terminal prompts
       disabled
  
      - git@github.com:MikeRoetgers/dependency-graph.git
        Cloning into '/usr/local/apnscp/vendor/mike-roetgers/dependency-graph'...
        git@github.com: Permission denied (publickey).
        fatal: Could not read from remote repository.
  
        Please make sure you have the correct access rights
        and the repository exists.
  
  
    install [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--dry-run] [--download-only] [--dev] [--no-suggest] [--no-dev] [--no-security-blocking] [--no-autoloader] [--no-progress] [--no-install] [--audit] [--audit-format AUDIT-FORMAT] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--] [<packages>...]
  stdout_lines: <omitted>

PLAY RECAP ********************************************************************************************************
localhost                  : ok=536  changed=4    unreachable=0    failed=1    skipped=303  rescued=0    ignored=0   

This was run on a fresh AlmaLinux10 VPS, hosted on Hostinger.

Steps to Reproduce

Run the installation comand

curl https://raw.githubusercontent.com/apisnetworks/apnscp-bootstrapper/master/bootstrap.sh | bash -s - <api token>

Expected Behavior

Installation goes through.

Actual Behavior

Installation doesn’t go through.

Environment

Operating System: Alma Linux 10.1 - Heliotrope Lion

Same issue on Rocky 10.

Tested again, this time on Alma Linux 9.7 - Same issue happens.

I went back to AlmaLinux 8.10 and it works.

Just tested on AlmaLinux release 8.10 (Cerulean Leopard), same thing happens.

Looks like it’s an issue with a git repo from the vendor library: github.com/MikeRoetgers/dependency-graph.git

See Failed to download mike-roetgers/dependency-graph from dist · Issue #53 · apisnetworks/apiscp · GitHub

1 Like