gpt4 book ai didi

git - 在 git clone 命令中使用密码克隆 BitBucket 存储库会导致问题

转载 作者:行者123 更新时间:2023-12-02 23:34:31 24 4
gpt4 key购买 nike

我尝试使用 git clone 命令中的密码来克隆存储库,但总是会出现以下错误:

remote: Login failed due to incorrect login credentials or method.
remote: If you are unsure of which login details or login method to use, visit:
remote: https://support.atlassian.com/bitbucket-cloud/docs/log-into-or-connect-to-bitbucket-cloud/
fatal: Authentication failed for 'http://bitbucket.org/qhluo123/ceye-admin.git/'

这是我的克隆命令:

git clone http://username:<a href="https://stackoverflow.com/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="deaebfadada9b1acba9ebcb7aabcabbdb5bbaaf0b1acb9" rel="noreferrer noopener nofollow">[email protected]</a>/qhluo123/ceye-admin.git

我无法使用 ssh 或 pop 密码方法,因为我正在远程系统上自动克隆和部署存储库。在此过程中,用户方无法进行任何输入。有什么办法可以解决这个问题吗?

添加 SSH 并不是一个解决方案,因为我将其部署在 Microsoft 的 ARM 模板中,而 ARM 模板始终会创建一个新的虚拟机。

最佳答案

尝试使用 HTTPS access token而不是您的帐户密码。

大多数远程 Git 存储库托管服务(GitHub、GitLab、Bitbucket)使用 token 作为密码。

最好使用 Git Credential helper ,例如,如per Azure documentationGit Credential Manager附带 Git For Windows .
这样,您就不必在纯文本 URL 中使用您的 token 。

就您而言,由于克隆是在远程部署 ARM 服务器上进行的,因此这可能不适用,但使用 token 而不是密码仍然是推荐的选项。

关于git - 在 git clone 命令中使用密码克隆 BitBucket 存储库会导致问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/75613168/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com