REGISTRY_007 — Registry Sync Failed
What This Means
Section titled “What This Means”Syllago failed to update a registry’s local clone during sync. The git pull operation did not complete successfully.
Common Causes
Section titled “Common Causes”- Network connectivity issues
- Merge conflicts in the local clone (local modifications)
- The remote branch was force-pushed, causing history divergence
- Remote server is temporarily unavailable
How to Fix
Section titled “How to Fix”- Check your network connection.
- Try syncing again:
syllago registry sync - If the problem persists, remove and re-add the registry to get a fresh clone:
syllago registry remove <name>thensyllago registry add <name> <url>
Example Output
Section titled “Example Output”Error REGISTRY_007: failed to sync registry "community" Suggestion: check your network connection, or try removing and re-adding the registry