远程仓库与本地仓库关联
1.git remote add origin git@github.com:github_username/reposity_name.git
2.git remote add origin https://github.com:github_username/reposity_name.git
远程仓库与本地仓库取消
git remote remove origin
git远程仓库与本地仓库关联错了?
-------------本文结束感谢您的阅读-------------