Unable to Fetch Tagged Release Artifact from Private Git Repo in Nerves Project

Hi everyone,

I’m facing an issue in my Nerves project where Mix cannot fetch a dependency from a private Git repository, even though:

  • I have access to the repo

  • The URL is correct

  • The tag exists (verified manually)

  • I can clone the repo and checkout the tag locally without any issues