我已使用Bitbucket设置界面更改了存储库的名称,
但是现在我无法从命令行推送
remote: Repository tdkdev/tdkwebapp not found
fatal: repository 'https://nunito@bitbucket.org/tdkdev/tdkwebapp.git/' not found
答案 0 :(得分:0)
您必须在上游更新原点:
git push --set-upstream origin tdkdev/tdkwebapp
答案 1 :(得分:0)
您需要更新仓库中每个副本中origin
指向的位置:
git remote set-url origin https://nunito@bitbucket.org/tdkdev/new-location.git