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
// A race condition in http git-fetch where named refs were force-pushed during the update, would exit status 128
80
80
{true, "error: cannot lock ref 'refs/pull/123456/merge': is at 988881adc9fc3655077dc2d4d757d480b5ea0e11 but expected 7f894307ffc9553edbd0b671cab829786866f7b2"},
81
+
// A race condition with other local git operations, such as git-maintenance, would exit status 128 (well, "Unable" the "U" is uppercase)
82
+
{true, "fatal: Unable to create '/data/gitea-repositories/foo-org/bar-repo.git/./objects/info/commit-graphs/commit-graph-chain.lock': File exists."},
81
83
// Missing or unauthorized credentials, would exit status 128
82
84
{false, "fatal: Authentication failed for 'https://example.com/foo-does-not-exist/bar.git/'"},
83
85
// A non-existent remote repository, would exit status 128
0 commit comments