bitbucket

Unable to merge unrelated branches in bitbucket

☆樱花仙子☆ 提交于 2019-12-11 08:06:13
问题 I am new to git and not super tech savvy when it comes to it. I use source tree to commit and push code. I am running into strange issues which I never did before. When I merge my branch to the master I get this "Unable to merge, unrelated branches". Moreover, I see strange things in my repo: The remote and the locals don't seem connected at all I keep getting prompted for authentication but that username is wrong and I can't find a way to change it: Any help in this regard would be great!

StashIssueReportingPostJob not enabled - how to enable?

送分小仙女□ 提交于 2019-12-11 07:06:50
问题 using the AmadeusIT sonar-stash plugin... After branching from main for feature/sprint we updated code locally and added, committed and pushed to BitBucket, creating a pull request. We'd like to run a scan and see the issues presently only for the code we just issued a PR for... I run sonar-scanner with this invocation: sonar-scanner -Dsonar.analysis.mode=preview -Dsonar.stash.pullrequest.id=8 - Dsonar.stash.repository=StaticAnalysisPOC -Dsonar.stash.login=myLogin - Dsonar.stash.password

BitBucket: how to track a repo's branches in its Wiki repo?

♀尐吖头ヾ 提交于 2019-12-11 06:27:24
问题 I have a (Mercurial) repo on BitBucket where I have a documentation directory to keep some simple markdown files project .hg .hgignore src many files doc Home.md This setup allows me to develop my documentation in sync with my code. I can write a small page documentating a new feature on a feature branch, and then merge both the source and the documentation into the master branch with a single commit. However, the BitBucket wiki is a separate repository by itself (and I believe it's the same

Getting a “No such remote or remote group” error when trying to use a private repo in Composer

邮差的信 提交于 2019-12-11 06:24:16
问题 I'm getting an error when I try to run composer. I have the following in my composer.json : { "require": { "my/private-repo": "dev-development" }, "repositories": [ { "type": "git", "url": "git@bitbucket.org:my/private-repo.git" } ], } In that private bitbucket repo, there's a composer.json with a name of "my/private-repo", and there's a branch called development. When I try to run composer, I get this error: "Failed to update git@bitbucket.org:my/private-repo.git, package information from

Publishing bitbucket to digital ocean

痞子三分冷 提交于 2019-12-11 06:18:10
问题 I'm essentially trying to understand the concept of git using bitbucket; I've been practicing version control by modifying files between my local and bitbucket accounts which has proven helpful. Now I'm trying to work out how you would push the files from a remote repo in bitbucket (or i guess GitHub or the like) to a cloud hosting solution such as digital ocean. Is that even recommended? I can't really google it because result come up as thinking I mean the bitbucket server, or want to host

Red dot marker BitBucket diff view

僤鯓⒐⒋嵵緔 提交于 2019-12-11 06:17:54
问题 We recently migrated our sources from SVN and TFVC to Git. Our code base is mainly constitued of C# and VB.NET files edited in VS2017. Our Git repos are hosted in BitBucket, but we have an issue with diffs, as you can see bellow, BitBucket displays a small red dot at the begining of our files On hover, \ufeff is shown in a tooltip, and I know it is a character denoting a zero width non-breaking space (ZWNBSP). On a personnal side, I host all my source code on GitHub and never had an issue

bitbucket rate limiting phantomjs

邮差的信 提交于 2019-12-11 05:58:20
问题 My CI builds keep failing with: > phantomjs@1.9.7-15 install /home/travis/build/redgeoff/paste-image/node_modules/mocha-phantomjs/node_modules/phantomjs > node install.js PhantomJS detected, but wrong version 1.9.8 @ /usr/local/phantomjs/bin/phantomjs. Downloading https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2 Saving to /tmp/phantomjs/phantomjs-1.9.7-linux-x86_64.tar.bz2 Receiving... Error requesting archive. Status: 403 Request options: { "uri": "https:/

What does origin mean in git, and what do I misunderstand?

懵懂的女人 提交于 2019-12-11 05:52:12
问题 I just started using bitbucket and I think I got a problem understanding the structure of it. For me, I have a new repo called ABC, I added some basic filed, commit and push origin master. Now The latest push is my origin/master, right? Now I wanna create a branch called D and work on it. When I finished the work, I commit, and now I wanna push this logically to my master. I don't wanna push it to origin. For me it looks like I have to push everything to origin and I don't understand why. For

Bitbucket 502 on Push

血红的双手。 提交于 2019-12-11 04:41:40
问题 I have a mercurial repository which halfway trough a 93meg push to bitbucket suddenly stops with a 502 bad gateway error. IS there anyway I can get some more diagnostic information. This has had me stumped for days! 回答1: This isn't a great answer, but switching from HTTP to SSH might solve your problem. (It did for me.) See here for instructions: https://confluence.atlassian.com/bitbucket/set-up-an-ssh-key-728138079.html 来源: https://stackoverflow.com/questions/11775992/bitbucket-502-on-push

Java project from GIT in Eclipse

只谈情不闲聊 提交于 2019-12-11 04:27:02
问题 I have Eclipse Java project on windows machine. I have pushed this project to newly created project in Bitbucket repository. Now I would like to get this project in another machine by using Eclipse with eGit plugin. I do Import->Source git repository->BranchSelection->Local destination->Select wizard to use for importing objects->Import using New Project wizard->Select wizard (java project)-> Create Java project Got error: If I do Import as general project instead of Import using New Project