Most voted "bitbucket" questions
Bitbucket is a project hosting service controlled through Mercurial (it also uses Git), a distributed version control system. It’s similar to Github (which uses Git, only).
Learn more…61 questions
Sort by count of
-
0
votes0
answers723
viewsERROR: fatal: Unable to access... Could not resolve proxy
We have here in the company a repository Bitbucket in intranet. I’m trying to make a clone of the project but is giving a strange error in relation to proxy. I already talked to the infrastructure…
-
0
votes1
answer92
viewsError when recognizing Ubuntu SSH?
Next guys I’m with a serious problem,never happened this problem with me of ssh on linux,from one day to the next ssh key stopped working,I tried to repeat the process to make a new but still…
-
0
votes1
answer181
viewsHow to view Git statistics with Bitbucket?
I’ve already used the Github and the Gitlab for a long time. These platforms are rich in statistics, from user contributions, commit frequency, etc. But now I’m part of a Bitbucket, but I haven’t…
-
0
votes0
answers30
viewsError trying to deploy, Repository access denied
I am developing in Laravel, and I can’t use the deployer to deploy to our server in Amazon, our deploy.php looks like this: and we’re getting this bug, notice I seem to be in the right repository…
-
0
votes1
answer376
viewsGit: error 403 when committing - Fatal: access Unable
Good morning, everyone! The story is, I got the invitation to access a repository and I was able to clone it, so that’s okay, but when I went to commit he gave me 403: unable to access, I’m using…
-
0
votes0
answers54
viewsWorking with branchs in git
I have a problem understanding GIT, whether the "master" branch is used for production and the "Development" branch for staging. When I create a branch to work on a new Feature, create the "master"…
-
0
votes0
answers24
viewsHow to delete a commit already made in bitbucket
I would like to know how to delete a commit already done in bitbucket, I already pushed but just looking in the repository I found an error how to remove this change?
-
0
votes0
answers24
viewsAuthentication Failed - Github Desktop
I have a problem here testing Bitbucket, I’m mirroring a repository of the google platform in Bitbucket. But when I push anything, it asks for a username and a password and I don’t know where it’s…
-
-1
votes1
answer249
viewsRemote changes in branch not coming to location
I have a simple branchs structure in the repository (bitbucket), the master, where the production code is located and another branch releases, this for testing. Changes were made to the branch…
-
-1
votes1
answer343
viewsHow to perform an auto-update on a local web system?
Talk, you guys, blz? I have developed a web system (in Codeigniter) for a customer and the same runs on a local machine inside your office. Whenever I need to update the system, I perform the…
-
-1
votes1
answer14
viewsProblems integrating Bitbucket pipelines with Heroku
I have a problem integrating pipelines of bitbucket with Heroku, I set the file normally, and when it goes to part of the build in Heroku it appears this message: -----> Building on the Heroku-20…