gpt4 book ai didi

android - 更改本地项目的 bitbucket 存储库名称

转载 作者:太空宇宙 更新时间:2023-11-03 12:30:03 24 4
gpt4 key购买 nike

我将 Android Studio 与 bitbucket 结合使用。我更改了存储库的名称,现在当我尝试推送时,我收到消息 Fatal error, repository not found。如何更新我的 Android Studio 项目上的新存储库名称以正确推送?提前致谢。

最佳答案

看我的例子:转到终端,

cd projectFolder
git remote -v (it will show previous git url)
git remote set-url origin https://username@bitbucket.org/username/newName.git
git remote -v (double check, it will show new git url)
git push (do whatever you want.)

看我的例子: enter image description here

关于android - 更改本地项目的 bitbucket 存储库名称,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36607724/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com