PRIVACY_002 — Privacy Share Blocked
What This Means
Section titled “What This Means”Content from a private registry cannot be shared to a public repository. The privacy gate prevents accidental exposure of private content.
Common Causes
Section titled “Common Causes”- Running
syllago sharetargeting a public git repository with content that originates from a private registry - The target repository is publicly accessible but the content’s source registry is private
How to Fix
Section titled “How to Fix”- Share to a private repository instead
- Or move the content to your local library first (which strips the private-origin metadata), then share from there
- Verify the target repository’s visibility matches your intent
Example Output
Section titled “Example Output”Error PRIVACY_002: cannot share private content to public repo "github.com/org/public-rules" Suggestion: share to a private repository, or move content to your local library first