此用户帐户未配置密码-bitbucket

问题描述 投票:-1回答:1

我想创建一个项目并将其推送到bitbucket存储库。

我遵循指示:

cd /path/to/my/repo
git remote add origin https://[email protected]/nazar/blog.git
git push -u origin --all # pushes up the repo and its refs for the first time
git push -u origin --tags # pushes up any tags

但是我收到了下一条消息:

nazar@desktop:~/Documents/rails/blog⟫ git push -u origin --all
remote: abort: this user account (nazar) does not have a password configured - to use your account over HTTPS, it is necessary to have a password set.
fatal: unable to access 'https://[email protected]/nazar/blog.git/': The requested URL returned error: 412

我用过Github。并且它具有一些ssh密钥生成选项。

Bitbucket是否存在类似的东西?] >>

SOLUTION:

可以使用为Github生成的相同ssh键-Generating SSH Keys。现在一切正常。

我想创建一个项目并将其推送到bitbucket存储库。我按照说明进行操作:cd / path / to / my / repo git remote add origin https://[email protected]/nazar/blog.git git push -u origin --all#...

git repository bitbucket fatal-error
1个回答
2
投票
并且它具有一些ssh密钥生成选项。
© www.soinside.com 2019 - 2024. All rights reserved.