Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • pleroma pleroma
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 580
    • Issues 580
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 95
    • Merge requests 95
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Pleroma
  • pleromapleroma
  • Issues
  • #1980

Closed
Open
Created Jul 22, 2020 by Patrick L Archibald (PLA)@pla💬

mix deps.get yields: error: RPC failed; result=22, HTTP code = 404 fatal: The remote end hung up unexpectedly

mix deps.get fails on CentOS Linux release 7.8.2003 (Core).

[pleroma@li205-95 pleroma]$ MIX_ENV=prod mix deps.get
* Updating concurrent_limiter (https://git.pleroma.social/pleroma/elixir-libraries/concurrent_limiter)
error: RPC failed; result=22, HTTP code = 404
fatal: The remote end hung up unexpectedly
** (Mix) Command "git --git-dir=.git fetch --force --quiet --progress" failed
[pleroma@li205-95 pleroma]$ pwd
/home/pleroma/pleroma
[pleroma@li205-95 pleroma]$ 

Work-around was to add .git to the URL path for the concurrent_limiter in mix.exs

-       git: "https://git.pleroma.social/pleroma/elixir-libraries/concurrent_limiter",
+       git: "https://git.pleroma.social/pleroma/elixir-libraries/concurrent_limiter.git",

PLA_20200721_204411

Assignee
Assign to
Time tracking