Jenkins git configuration error status code 128 ‘text file busy’

When Jenkins was used, all of a sudden the jobs could not be executed, and the configuration page prompted an error, as follows:

After Baidu, many solutions were only for the type “returned Status code 128”, with the detailed error of SSH-key, git server could not request to wait, and no error about “Text File busy” was found.
Finally, I found the answer to Jenkins’ official Github question,
https://github.com/joelittlejohn/embedmongo-maven-plugin/issues/28

The simple answer is that Jenkins was on a server that ran out of disk space.

Read More: