You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(private-org-sync): retry all git operations on transient network errors
Wrap gitExec with withRetryOnTransientError to transparently retry any
git command (fetch, push, ls-remote, etc.) up to 3 times with a
5-second delay when transient network errors are detected (DNS resolution
failures, connection timeouts/refused/reset, server 5xx errors).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments