我在用户名下创建了一个名为“my-first-repository
”的Github存储库,让我们将其称为MyFirstUsername
,这样整个网址路径可能如下所示:
第一个Github路径
https://github.com/MyFirstUsername/my-first-repository
稍后,我出于某种原因创建了第二个帐户。我们称之为MySecondUsername
现在,我无法访问第一个帐户,但我想将更新上传到位于以下位置的第一个存储库:
https://github.com/MySecondUsername/my-first-repository
有没有办法让第一个帐户进入"发布"命名空间?或者使用第一个存储库名称的任何其他方式,即使它将驻留在单独的(第二个)帐户的存储库中?
答案 0 :(得分:1)
您可以更改网址
git remote set-url origin https://github.com/MySecondUsername/my-first-repository