在Android Studio中添加BitBucket令牌时要使用的服务器URL是什么

发布于 2025-01-17 22:53:00 字数 900 浏览 2 评论 0原文

我已经生成了a api token 并尝试添加Android Studio

  • 文件 - >设置 - >版本控制 - > github

我尝试了以下服务器URL,但它们中的不属于我

在将bitbucket令牌添加到Android Studio时,我应该使用什么确切的服务器URL?

I have generated a API token and trying to add in android studio

  • File -> Settings -> Version Control -> GitHub

enter image description here

I tried below server URL's but non of them are working for me

What is the exact server URL i should be using while adding the bitbucket token to android studio?

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

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

发布评论

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

评论(1

So尛奶瓶 2025-01-24 22:53:00
  1. 存储库创建应用程序密码
  2. 为您的Bitbucket开放终端
    • git config -lobal recertential.helper Store
    • git拉
    • 保存您的ID和密码
  3. 文件 - >设置 - >版本contol-> git->检查“使用凭证助手”

祝您好运!

  1. create app password for your repository of bitbucket
  2. open terminal
    • git config --global credential.helper store
    • git pull
    • save your id and password
  3. File -> Settings -> Version Contol -> Git -> Checking "Use credential helper"

Good luck!

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