Well.exe
wsl.exe --list --online

git remote set-url
git remote set-url command takes two arguments:
An existing remote name. For example, origin or upstream are two common choices.
A new URL for the remote. For example:
If you're updating to use HTTPS, your URL might look like:
https://github.com/OWNER/REPOSITORY.git
If you're updating to use SSH, your URL might look like:
git@github.com:OWNER/REPOSITORY.git
Switching remote URLs from SSH to HTTPS