bitbucket

How do I resolve a GitHub message that says the tip of my current branch is behind its remote counterpart?

无人久伴 提交于 2019-12-20 14:10:06
问题 I am trying to learn how to use GitHub to version-control my work as I go. (I work alone, no collaborators, no different branches, just me backing up my work as I go.) I have set up private Git repositories at BitBucket.org. I am using GitHub for OSX as my Git GUI. But when I make edits to the files in my local Git repository on my hard drive, then use GitHub for OSX to try to "Commit & Sync," I get this error: git: 'credential-osxkeychain' is not a git command. See 'git --help'. git:

How do I move a private Mercurial repository to a central server?

让人想犯罪 __ 提交于 2019-12-20 12:16:53
问题 I’m just getting started with Mercurial, and I’ve read Joel Spolsky’s Hg Init tutorial, which I liked. I’m wondering: let’s say I have a private repository and I work on it for about a month. Then I decide I want to centralize it or make it public, like on bitbucket.org. I want to retain all the history. The intuitive thing would be to use hg clone, but according to the docs: The location of the source is added to the new repository's .hg/hgrc file, as the default to be used for future pulls.

TortoiseHG/Mercurial Project Statistics and Reports

蓝咒 提交于 2019-12-20 12:16:12
问题 I've been working for a couple months on cleaning up the backend of a system I'm working on. The previous code was awful so I've been refactoring and rewriting to get the code to a state where I can better add and improve functionality. I want to be able to quantify the work I've done for the client so he can get a sense of how much work has been done. So, I want to run some reports showing things like: number of lines removed, added, changed. I've used TortoiseHG/Mercurial all along and also

How do I move a private Mercurial repository to a central server?

烂漫一生 提交于 2019-12-20 12:15:57
问题 I’m just getting started with Mercurial, and I’ve read Joel Spolsky’s Hg Init tutorial, which I liked. I’m wondering: let’s say I have a private repository and I work on it for about a month. Then I decide I want to centralize it or make it public, like on bitbucket.org. I want to retain all the history. The intuitive thing would be to use hg clone, but according to the docs: The location of the source is added to the new repository's .hg/hgrc file, as the default to be used for future pulls.

Auto-approve commits in Bitbucket

亡梦爱人 提交于 2019-12-20 11:32:15
问题 I recently moved to the new Bitbucket interface and what I remarked is that I need to approve commits after pushing them. It's a good feature, but it's inconvenient for my work-flow. Is there an option to disable it and have the commits automatically approved? Edit: I uploaded an image of the Approve button. 回答1: "Approve" is not necessary, is an extra feature to know who reviewed the commit. From Bibucket's blog post: Giving the green light Bitbucket has a light-weight approval process that

Comparing the pros and cons of Bitbucket to Github [closed]

我的梦境 提交于 2019-12-20 10:58:50
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 6 years ago . Disclaimer: This is a subjective question. Please follow relevant guidelines. I am considering the migration of source code from a traditional VCS to a DVCS . Since having a decent GUI web-based frontend and workflow tools are a must, the two obvious candidates are Bitbucket

TortoiseGit 使用 HTTP 方式每次 PUSH 无需输入密码的方法

核能气质少年 提交于 2019-12-20 10:42:25
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> 由于 BitBucket 被墙,导致使用时只能用 HTTPS代理的方式 ,但TortoiseGit貌似没有记忆密码的功能,以至于每次push时都要求输入密码,很是麻烦!在网上搜到的 保存密码的方式 也有点笨。 下面给出一个简便的方法: 在 TortoiseGit 中,只需要把URL设置成 https://用户名 :密码 @bitbucket.org/ 用户名 /项目名.git 格式即可! 例如: https://oschina:123456@bitbucket.org/oschina/tool.git 来源: oschina 链接: https://my.oschina.net/u/252582/blog/139973

Git workflow (Dev>Staging>Live) basic technical questions

血红的双手。 提交于 2019-12-20 10:23:57
问题 I'm quite new to Git (and VC for that matter) and I'm struggling a bit to understand the concept behind the Dev>Staging>Live workflow using branches. I'm trying to apply part of this workflow, that uses dev branches and release branches instead of a fixed staging . Before trying to use Git, I had the "same" workflow using SVN. But instead of creating branches for each stage, we used separated repositories for it. Now that I'm trying to apply branches, things are getting a bit blurry. I can

bitbucket private repository on heroku

浪尽此生 提交于 2019-12-20 09:57:39
问题 I have a rails app which requires a gem. I host this gem on bitbucket in a private repository. In my Gemfile I added the gem like following: gem "my-gem", :git => "git@bitbucket.org:my-username/my-gem.git", :branch => 'master' I want to deploy my rails app on heroku with git push heroku master Now I always get following error Fetching git@bitbucket.org:my-username/my-git-repo.git Host key verification failed. fatal: The remote end hung up unexpectedly I understand the error, because the

Extension for Visual studio unknown error - unable to push or fetch anything

偶尔善良 提交于 2019-12-20 09:47:10
问题 I have an error when I try to push anything to my bitbucket repository via Git extension for visual studio: Error encountered while pushing branch to the remote repository: Git failed with a fatal error. HttpRequestException encountered. An error occurred while sending the request. cannot spawn /C/Program Files (x86)/Microsoft Visual Studio/2017/Community/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer/Git/mingw32/libexec/git-core/git-askpass.exe: No such file or directory