Skip to content llms.txt

REGISTRY_001 — Registry Clone

Syllago failed to clone a registry repository using git. The remote repository could not be fetched.

  • Network connectivity issues
  • Invalid or mistyped registry URL
  • Private repository without proper authentication configured
  • Git not installed or not in PATH
  • Remote server is down or unreachable
  1. Verify the registry URL is correct and accessible: git ls-remote <url>
  2. Check your network connection.
  3. For private registries, ensure your git credentials are configured (SSH key or token).
  4. Verify git is installed: git --version
Error REGISTRY_001: failed to clone registry
Suggestion: check the registry URL and your network connection