Top "Bitbucket" questions

Bitbucket is a hosting site for Git and Mercurial.

'cannot open git-upload-pack' error in Eclipse when cloning or pushing git repository

I am not able to clone or push to a git repository at Bitbucket in Eclipse: It's weird, because a …

eclipse git bitbucket egit atlassian-sourcetree
Your configuration specifies to merge with the <branch name> from the remote, but no such ref was fetched.?

I am getting this error for pull: Your configuration specifies to merge with the ref 'refs/heads/feature/Sprint4/ABC-123…

git branch bitbucket tortoisegit pull
Change remote repository credentials (authentication) on Intellij IDEA 14

I recently changed my Bitbucket password for security reasons. However, IntelliJ didn't update my repository to the new credentials, so …

java git intellij-idea bitbucket
Repository access denied. access via a deployment key is read-only

After successfully cloning my repo from heroku and added another remote 1/ git clone [email protected]:[APP].git 2/ git remote …

git ssh bitbucket ssh-keys
Unknown SSL protocol error in connection

I want to push my commits to a Bitbucket repository but this error occurred: Fatal: unable to access 'https://myUsername@…

git ssl push bitbucket atlassian-sourcetree
Use own username/password with git and bitbucket

I'm in a team of three; two are working locally, and I am working on the server. My coworker set …

git bitbucket
How to resolve git error: "Updates were rejected because the tip of your current branch is behind"

I recently started using Git (previously I used subversion but I am now doing some collaborative work on a project …

git bitbucket git-merge
Cannot push to Git repository on Bitbucket

I created a new repository and I'm running into a strange error. I've used Git before on Bitbucket but I …

git bitbucket git-bash
How do I push a local repo to Bitbucket using SourceTree without creating a repo on bitbucket first?

Is there a way to import my local git repos to SourceTree and push them to my Bitbucket account, having …

git bitbucket
How to write one new line in Bitbucket markdown?

Is it possible to write a new line (NOT a paragraph) in the Bitbucket markdown? Two new lines in the …

newline markdown bitbucket