I have a repo (origin) on a USB key that I cloned on my hard drive (local). I moved \"origin\" to a NAS and successfully tested cloning it from here.
I would like to
You can change the url by editing the config file. Go to your project root:
nano .git/config
Then edit the url field and set your new url. Save the changes. You can verify the changes by using the command.
git remote -v