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
returnnil, fmt.Errorf("fatal: there is already a pending packfile update proposal for this repository. Please wait for it to be processed before pushing again")
265
+
returnnil, fmt.Errorf("fatal: there is already a pending packfile update proposal for this repository. Please wait for it to be processed or expired before pushing again")
266
266
}
267
267
if!strings.Contains(err.Error(), "packfile update proposal not found") {
268
268
returnnil, fmt.Errorf("error checking for pending proposals: %v", err)
0 commit comments