无法推送到转移的存储库:"远程端意外挂断"

Chr*_*row 3 git github repository

我将存储库的所有权转让给了我拥有所有权的组织.但是,现在我无法推送到存储库.我收到此错误:

$ git push origin master
ERROR: Repository not found.
fatal: The remote end hung up unexpectedly
Run Code Online (Sandbox Code Playgroud)

为了能够推动再次推送,我需要采取哪些步骤.

ric*_*cho 13

你有没有调整你的遥控器来反映回购现在的位置?

git remote -v

将显示所有遥控器的URL,和

git remote set-url origin git@github.com:[organisation]/[repo].git

如果它们已过期,则更新它的语法.