git-interactive-rebase-tool icon indicating copy to clipboard operation
git-interactive-rebase-tool copied to clipboard

Fails with object-format=sha256 repos

Open dbast opened this issue 11 months ago • 1 comments

cmd: git rebase -i origin/main

error:

hint: Waiting for your editor to close the file... Unable to load Git repository: Could not open repository from environment
error: there was a problem with the editor 'interactive-rebase-tool'

object-format=sha256 repos can be created via git init --object-format=sha256 or created+cloned from Gitlab/Gitea/Forgejo.

dbast avatar Mar 02 '25 15:03 dbast