多个Bitbucket账户在同一台​​机器上

时间:2017-07-14 14:28:01

标签: bitbucket

我需要在同一台机器上实现多个bitbucket帐户。

我在本地设置用户名和电子邮件,但无法正常工作

git:'credential- [here show global user]'不是git命令。见'git --help'。 远程:未经授权 致命:“https://username@bitbucket.org/xyz/xyz.git/

的身份验证失败

1 个答案:

答案 0 :(得分:2)

我通过使用密码设置远程网址来解决此问题 在这里你可以检查

git remote -v
origin  https://USERNAME@github.com/REPOSITORY.git (fetch)
origin  https://USERNAME@github.com/REPOSITORY.git (push)

现在设置你的远程网址

git remote set-url origin USERNAME:password@github.com/REPOSITORY.git

现在每个命令git都没有问你密​​码