问题描述
我遵循这个文档从bitbucket获取一个令牌值和一个令牌密钥:
之后,我想通过使用该标记推/拉给定的回购。
在Github上,我可以像这样使用标记:
我的问题是如何在bitbucket中使用这种类型的http授权mercurial / git)?
:
$ b
请参阅,建议。
I followed this documentation to get a token value and a token secret from bitbucket:
https://confluence.atlassian.com/display/BITBUCKET/OAuth+on+Bitbucket
After that I want to push/pull to a given repo by using that token.
At Github I can use the token like this way:https://help.github.com/articles/git-automation-with-oauth-tokens#step-2-clone-a-repository
My question is how can I use this kind of http authorization at bitbucket (mercurial/git)?
This BitBucket page mentions:
See more at "OAuth on Bitbucket Cloud", as suggested in the comments by nick graziano.
这篇关于如何使用令牌来操作Bitbucket存储库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!