git远程仓库与本地仓库关联错了?
程序员文章站
2022-03-07 09:34:31
...
- 远程仓库与本地仓库关联
1.git remote add origin [email protected]:github_username/reposity_name.git 2.git remote add origin https://github.com:github_username/reposity_name.git
- 远程仓库与本地仓库取消
git remote remove origin