REGISTRY_001 — Registry Clone
What This Means
Section titled “What This Means”Syllago failed to clone a registry repository using git. The remote repository could not be fetched.
Common Causes
Section titled “Common Causes”- 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
How to Fix
Section titled “How to Fix”- Verify the registry URL is correct and accessible:
git ls-remote <url> - Check your network connection.
- For private registries, ensure your git credentials are configured (SSH key or token).
- Verify git is installed:
git --version
Example Output
Section titled “Example Output”Error REGISTRY_001: failed to clone registry Suggestion: check the registry URL and your network connection