Bitbucket Cloud最近停止支持帐户密码

发布于 2025-01-19 09:40:45 字数 1082 浏览 3 评论 0原文

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
  1. Do we need the username, app password & repo名称包含在&lt;&gt; ?

  2. repo_name我不确定,当查看我的完整URL以克隆bitbucket上时,它读取“ git clone https:// [email&nbsp; procected] /dcworkspace/Analytics.git.git.git.git.git'还是不是?

    git远程set-url起源https:// username: /dc/analytics.git

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
  1. Do we need the username, app password & repo name enclosed in <> ?

  2. 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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

厌味 2025-01-26 09:40:45
  1. 没有
  2. 使用包括工作空间的完整路径

工作所以一切都很好

  1. No
  2. Used full path including workspace

Working so all good

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文