How to change the URI (URL) for a remote Git repository?

前端 未结 25 2450
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-22 00:28

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

25条回答
  •  春和景丽
    2020-11-22 01:18

    If your repository is private then

    1. Open Control Panel from the Start menu
    2. Select User Accounts
    3. Select "Manage your credentials" in the left hand menu
    4. Delete any credentials related to Git or GitHub

    Reference

提交回复
热议问题