Questions tagged «bitbucket»

Bitbucket是Git和Mercurial的托管站点。该服务产品包括问题跟踪器和Wiki,以及与许多流行的第三方服务的集成。Atlassian于2010年收购了bitbucket.org。

23
无法推送到位桶,权限被拒绝(公钥)
我试图将我的项目推到我的位桶中,在无数问题解决/页面/疑难解答/教程中倾注了约4天。我很茫然,非常沮丧。我之前已经做过,但是在不同的计算机上……无论如何,这是我得到的代码/响应 ~/dev/sample_app git push -u origin --all The authenticity of host 'bitbucket.org (131.103.20.168)' can't be established. RSA key fingerprint is 81:7b:2c:f5:6f:18:2b:7c:4b:ec:aa:46:46:74:7c:40. Are you sure you want to continue connecting (yes/no)? Host key verification failed. fatal: Could not read from remote repository. Please make sure you have the correct access rights …

13
Bitbucket,Windows和“致命:无法读取密码”
我最近重新安装了Windows,但从存储库下载文件时遇到问题。 我已经安装了GIT和Python,但是当我尝试从Bitbucket下载任何内容时,我收到消息: "fatal: could not read Password for: 'https://username@bitbucket.org': No such file or directory". 我究竟做错了什么?
67 windows  git  bitbucket 

5
如何在Bitbucket中添加标签?我正在使用Git
我正在使用Git在Bitbucket上托管我的代码。我的本地客户端是EGit(eclipse插件)。我在本地创建了一个标签(团队->高级->标签),然后将其推送到远程存储库。但是,当我打开存储库页面时,我无法在其中找到标签。我很确定可以在本地看到该标签。 我不是Git专家。但是在我看来,Git中有几种类型的标签。Bitbucket是否仅显示某些类型的标签?
67 git  tags  bitbucket 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.