IMPORT_001 — Import Clone Failed
What This Means
Section titled “What This Means”Syllago failed to clone the import source repository. The content could not be fetched from the specified location.
Common Causes
Section titled “Common Causes”- Invalid or mistyped repository URL
- Network connectivity issues (firewall, proxy, DNS resolution)
- The repository requires authentication (private repo)
- The repository no longer exists or has been moved
How to Fix
Section titled “How to Fix”- Verify the import URL is correct and accessible in a browser
- Check your network connectivity (
ping github.comor equivalent) - For private repositories, ensure your Git credentials are configured
- If the repository has moved, update the URL to the new location
Example Output
Section titled “Example Output”Error IMPORT_001: failed to clone "https://github.com/org/repo": authentication required Suggestion: verify the import URL is accessible and check network connectivity