我在服务器上使用我的用户名克隆了一个存储库(因为bit-bucket存储库克隆url的用户名前缀为https://mybitbucketusername@bitbucket.org/project/mysubproject.git)。
服务器代码有一些gitignored的本地配置,我不想更改该配置。所以我无法克隆新的存储库和进行配置更改。
所以我想更改现有服务器存储库的用户,而不会丢失服务器上的本地更改,如bit-bucket网站所述的存储库传输不适合我的情况(https://confluence.atlassian.com/bitbucket/change-or-transfer-repository-ownership-289964397.html)。
我需要做什么?或者我在这里遗漏了什么?
答案 0 :(得分:3)
试试这个: git remote删除“origin_name”
然后,
git remote add“new _origin_name”https://bitbucket.org/autoseva/autoseva_api.git
或直接更改网址: git remote set-url“origin_name”https://yournewbitbucketusername@bitbucket.org/project/mysubproject.git