'Bitbucket Cloud recently stopped supporting account passwords
Trying to apply the app password to existing repo from VS Code and just need clarity on a couple things
git remote set-url origin https://<Bitbucket_Username>:<App_Password>@bitbucket.org/<Repo_Name>.git
Do we need the username, app password & repo name enclosed in <> ?
Repo_Name I am unsure of, when looking at my full URL to clone on BitBucket it reads "git clone https://[email protected]/DCWorkspace/analytics.git", the "DC" I assume is my workspace name and the "analytics.git" my repo name so should I include both here or not?
git remote set-url origin https://username:[email protected]/DC/analytics.git
Solution 1:[1]
- No
- Used full path including workspace
Working so all good
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | code-is-life |
