Describe the bug
When you have this in your ~/.config/git/config:
[url "ssh://git@github.com/"]
insteadOf = "https://github.com/"
...then you currently get this error message when creating the devenv.lock file:
✓ Validating lock 640ms
× Failed to lock inputs:
… while updating the flake input 'devenv'
… while fetching the input 'github:cachix/devenv'
error: connecting to remote 'https://github.com/cachix/devenv.git': authentication required but no callback set
Although doing a git clone https://github.com/cachix/devenv.git works.
To reproduce
- set up the https to ssh redirect in
~/.config/git/config as mentioned above
mkdir devenv-test && cd devenv-test
devenv init
devenv shell
- See error message
authentication required but no callback set
Version
devenv 2.1.2 (x86_64-linux)
Describe the bug
When you have this in your
~/.config/git/config:...then you currently get this error message when creating the
devenv.lockfile:Although doing a
git clone https://github.com/cachix/devenv.gitworks.To reproduce
~/.config/git/configas mentioned abovemkdir devenv-test && cd devenv-testdevenv initdevenv shellauthentication required but no callback setVersion
devenv 2.1.2 (x86_64-linux)