You can update the URL of a Git remote using the command below.
git remote set-url <remote_name> <remote_url>
Be sure to replace <remote_url>
with the actual URL of the remote repository and <remote_name>
with the name you assign to the remote.
For example:
git remote set-url origin git@github.com:aosi/soli-diso.git