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
An HTTP error on fetching a remote tarball for a git repo is usually
going to be the result of pulling in a private repo, which is
available via SSH, but not as a pre-rendered gzipped tarball over HTTPS.
Fall back to SSH when the hosted.tarball() fetch fails, but only if the
error is an HTTP error of some kind (not, eg, an invalid tarball
response.)
Part 2 of fix for #15
0 commit comments