There is no distribution with the supplied name and invalid repo error #6645
-
|
Windows 10 22H2 19045.3393 Due to some reason my old installation of scoop from 2024 got corrupt with empty so had to remove it manually, and thought of installing the latest version of scoop, but So I tried manually doing the installation, by running these commands and finally but the same error "There is no distribution with the supplied name" persists with other commands as well and what is the reason for this error and how can it be fixed ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
It turns out to be a git related issue I just remembered that i'm using wslgit & WslInterop pwsh module which was making use of Ubuntu 20.04 distro's git. I'd uninstalled Ubuntu 20.04 and now changed to a later version, so setting the I was able to add back the extras repo too |
Beta Was this translation helpful? Give feedback.
It turns out to be a git related issue
I just remembered that i'm using wslgit & WslInterop pwsh module which was making use of Ubuntu 20.04 distro's git. I'd uninstalled Ubuntu 20.04 and now changed to a later version, so setting the
WSLGIT_DEFAULT_DISTto the new distro should fix thisI was able to add back the extras repo too