I've changed my Bitbucket account's remote URL and my old URL's stashes list is lost. Is there a way
Hi Adrine! Changing your account's URL changes every URL that references your repositories. As a result, you (and anyone who references the old URL) must update the URL in the configuration files as well, or you won't be able to push to the repository. For example, if you rename your account from johnc
to jcitizen
, the repository previously available at http://bitbucket.org/johnc/repo
is accessed as http://bitbucket.org/jcitizen/repo
after renaming. You can find the instructions on how to do that at Update your username.
Let us know if you have any questions!
Kind regards,
Ana
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.