error: gpg failed to sign the dataerror: gpg failed to sign the data
Git could not sign the commit or tag using GPG.
error: LFS object not foundA Git LFS tracked file could not be downloaded from the LFS server.
The LFS file was not uploaded to the LFS server, the LFS server is unreachable, or your credentials lack access to the LFS storage. The pointer file exists but the actual binary content is missing.
Run git lfs install && git lfs pull to download LFS files. Check LFS server connectivity. Verify your Git LFS credentials. If the files were never uploaded, the original author needs to push them.
error: gpg failed to sign the dataGit could not sign the commit or tag using GPG.
error: sparse-checkout is not enabledA sparse-checkout operation was attempted but the feature is not enabled.
fatal: Not possible to fast-forward, abortingA pull with --ff-only failed because the branches have diverged.
error: Entry has been modified in the work treeA Git operation was blocked because files in the working tree have been modified.
error: could not apply (cherry-pick)A conflict occurred while cherry-picking a commit.
fatal: remote origin already existsA remote with the specified name is already configured.