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
if getDefaultBranch (which is basically getRepo) is being called too soon after the createRepo, it might return 404 (Not Found)
i suspect this might happen more with users that have more repositories. maybe some background indexing process in the git provider might take longer.
failed to clone test repo: failed to initialize repository: failed to get default branch from provider. Error: owner <owner> not
found: GET https://api.github.com/repos/<owner>/test: 404 Not Found
The text was updated successfully, but these errors were encountered:
if getDefaultBranch (which is basically getRepo) is being called too soon after the createRepo, it might return
404 (Not Found)
i suspect this might happen more with users that have more repositories. maybe some background indexing process in the git provider might take longer.
The text was updated successfully, but these errors were encountered: