Article ID: 82240
Article Type: Troubleshooting
Last Modified:
DevOps backups fail with a runtime error when there is an issue with Git LFS (Large File Support).
panic: runtime error: index out of range [0] with length 0 appears in the GitBackupCtrl.log file.
The following are the sample error logs:
The panic in Git commands happens due to an issue with Git LFS (Large File Support).
To fix the error, complete the following steps:
Uninstall Git and Git LFS from the Windows machine.
Without selecting Git LFS, install Git again.
Install the latest version of Git LFS from https://github.com/git-lfs/git-lfs/releases.
Verify the version by running the following command:
git lfs --version
After verifying, run the new jobs and check if there are any other errors.