Top "Bitbucket" questions

Bitbucket is a hosting site for Git and Mercurial.

How do I get the public key of a pem file?

I have a .pem file containing my private key. However, a BitBucket deployment key has this format: ssh-rsa AAAAB3NzaC3…

ssh cryptography bitbucket private-key pem
How to review a pull request in intelliJ IDEA?

We are using git, bitbucket, and IntelliJ IDEA. The project is mainly written in Java and Groovy. Is there a …

git intellij-idea bitbucket
Git error: conq: repository does not exist

I'm getting the following errors in Git using BitBucket: conq: repository does not exist. fatal: The remote end hung up …

git bitbucket
BitBucket: Host key verification failed

I want to clone a remote repository to my local machine. I used the command: git clone [email protected]:&…

git authentication ssh bitbucket
Manually closing bitbucket's pull request

My question I do things like that: git clone git checkout -b new_feature < work and commit > git …

git bitbucket pull-request
Use GitHub for Windows for both Bitbucket and GitHub

Is it possible to use GitHub for Windows for both Bitbucket and GitHub at once? For example, can I have …

github bitbucket github-for-windows
How to remove branch from a remote (on Atlassian Stash/Bitbucket)

I want to delete a branch from Atlassian Stash (a sort of github clone) in order to revert my changes. …

git github bitbucket bitbucket-server
Proper git workflow scheme with multiple developers working on same task

I'm a team leader in our web development company, and I'd like to implement Git workflow in our team. Reading …

git workflow bitbucket branching-and-merging
Atlassian / BitBucket Sourcetree SSH Public Key Denied

I'm working on a project in a private repository on https://www.bitbucket.com. I'm coding it locally, then staging, …

git ssh bitbucket
How to get a full list of repositories that a user is allowed to access?

I have found bitbucket api like: https://bitbucket.org/api/2.0/repositories/{teamname} But this link return 301 status (moved permanently to !…

bitbucket bitbucket-api