我将存储库的所有权转让给了我拥有所有权的组织。但是,现在我无法推送到存储库。我收到这个错误:
$ git push origin master
ERROR: Repository not found.
fatal: The remote end hung up unexpectedly
为了能够推动再次推送,我需要采取哪些步骤。
答案 0 :(得分:13)
您是否调整了遥控器以反映现在的回购地点?
git remote -v
将使用其URL显示所有遥控器,
git remote set-url origin git@github.com:[organisation]/[repo].git
如果语法过时,语法是否会更新。
答案 1 :(得分:2)
According to this page,管理员似乎无法自动访问org的存储库。尝试将repo添加到您所属的团队中。