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
-
10
votes4
answers9952
viewsError: Another git process seems to be running in this Repository
I have a repository with several files, including html, javascript, css among others, and today I had this error, I’ve researched quite a lot more no solutions so far surtiu effect. Another git…
-
5
votes2
answers377
viewsGIT: 2-verse project on different clients and main branch
I have a question regarding the organization of GIT. I have 1 project that will be divided into 2 verses for different clients, I would like to maintain a main branch and that the general changes…
-
4
votes1
answer23199
viewsHow to put project in Bitbucket?
I am trying to put my project in the teacher’s repository and I will end up getting no grade for failing, and I did the following procedures; he was doing well, but when he got to the last command…
-
3
votes1
answer1423
viewsDeploy with GIT via FTP
I read several files that it is possible to deploy via FTP using GIT. I tried to follow a few of them but they were unsuccessful. I also know that there are websites that make all this deployment…
-
3
votes0
answers135
viewsWhat does this git error mean?
I’m migrating a git repository from the server. I’m taking it out of my VPS and moving it to Bitbucket. I took all the VPS branches and successfully climbed to the mentioned service. I even added a…
-
3
votes1
answer183
viewsGIT does not push
Guys, I don’t know what’s going on with my git, I’ve uninstalled and installed and nothing! Every time I push a push occurs the following... $ git clone https://[...]/projeto.git $ git checkout -b…
-
3
votes2
answers244
viewsClone repository failed, error: Repository test has failed
I’m trying to clone a repository. Bitbucket. But it gives this error: Repository test has failed In Settings the git path is correct. To create I try to create at the opening moment of Android…
-
3
votes1
answer167
viewsGit - Pull/Push with different repositories
I have a project that sends to 2 repositories at the same time using the same remote, example: [remote "origin"] url = https://gitlab.com/teste.git url = http://bitbucket.org/teste.git In this type…
-
2
votes1
answer1512
viewsSynchronize Bitbucket with Web Server
Is it possible to synchronize my project in Bitbucket with my web server? Instead of sending the project via FTP, it would be synchronized with my Bitbucket repository without having to send the…
-
2
votes1
answer53
viewsRollback code in repository
Good afternoon, I have a repository where I want to go back to a previous state to do some testing on a branch that I’m currently on and after that, go back to what it was. How can I do that? And…
-
2
votes1
answer138
viewsError while using Git on Ubuntu
So, I am currently using the Ubuntu 15.04 operating system to develop my daily activities. I have a PHP web project where I use the Cakephp 3 Framework and version my project in Bitbucket. My…
-
2
votes1
answer484
viewsGit - line breaking problem between different Operating Systems
I’m trying to fix a problem concerning Git, it’s a line break problem in files that were uploaded from a DOS-based operating system and later changed into a UNIX-based OS. What happens: when I…
-
2
votes1
answer1548
viewsGIT recover files (git reset --hard HEAD)
I’m a little inexperienced with GIT. I was working on a branch, but I wanted to get some updates on the master branch, but git pull failed as there were no changes committed. Then I just used the…
-
2
votes1
answer794
viewsBitbucket Team Remote Repository Issues
I created a Team in bitbuckt, and created a Project for this Team and in this Project I created a Repository. I added to Team, an ssh key that I created on my machine (Ubuntu), but when performing…
-
2
votes1
answer1795
viewshow to undo "git checkout" from a specific commit and go back to the last commit I did before checkout
I need to get back to the environment I was before I realized git checkout id_commit but when I execute git log no longer appear the commits I realized after the checkout. In the remote repository…
-
2
votes1
answer1036
viewsHow Workflow Works with Pull Request
I’m willing to work with Pull Request in Git, but I don’t understand how it works, I know when I contribute to a project, I have to do Fork, Branch, Commit and Pull Request, and then the owner of…
-
2
votes1
answer48
viewsBitbucket management
Hello. I work in a company where to manage the projects we have a Bitbucket account that we treat as an administrator, and in addition each of the employees has their own account. All projects must…
-
1
votes1
answer82
viewsProblems compiling Bitbucket +Eclipse
I use Eclipse to compile/modify emulated game servers in Java and always use Assembla, it uses the build.xml to compile and never had problems. I have a project that I need to compile and is in…
-
1
votes1
answer427
viewsAssociate commit to Bitbucket Issues
With Bitbucket it is possible to work with "Issues", in which case it could be used as "tasks/bugs/etc...". My question would be whether it is possible to associate one or more commits to a…
git commit versioning bitbucket flow-controlasked 9 years, 6 months ago Anderson Brunel Modolon 1,111 -
1
votes1
answer1568
viewsConfigure git on a shared hosting
I have a shared hosting at hostgator and in the description of the plans I saw which git client is accepted. I contacted Hostgator support to better understand the details of the git client they…
-
1
votes1
answer1020
viewsProblem sending files to bitBucket
I am sending the commited files to the database, however it is not working, I am doing everything right but is giving the following message. git -c diff.mnemonicprefix=false -c core.quotepath=false…
-
1
votes1
answer64
viewsDisabling eol in bitbucket
As version control tools I use Bitbucket and Sourcetree. It just seems like they get lost in the eol, saying that the same files are different. It seems to me that the solution is to disable eol in…
-
1
votes1
answer7197
viewsHow to download a bitbucket project by git
Good morning! I had never used git or bitbucket, I wanted to know how to check out a project that is in bitbucket. Thank you in advance.
-
1
votes2
answers245
viewsCreate New Reporitory - Git / Bitbucket. Git (Could not read from remote Repository)
I’m doing the Ruby on Rails tutorial and I’m catching on to a problem. I’ve already made a repository hello_app (cap a), and now I’m trying to do the toy_app (cap two). This is the step by step…
-
1
votes1
answer3085
viewsSend local repository to remote repository
Hello. I want to send my project called sfp to bitbucket. I didn’t create this project or repository there at the bit, but I want to know if it is possible to already send and create the Repo at the…
bitbucketasked 8 years, 11 months ago André Nascimento 1,258 -
1
votes1
answer196
viewsError while uploading files to remote server
Hello. I created a remote repository in bitbucket and did all the normal operations via command line: clone, add, commit, push and pull. I saved a copy on the drive and had to format the machine.…
bitbucketasked 8 years, 10 months ago André Nascimento 1,258 -
1
votes1
answer53
viewsHow to use Bower to install from a bitbucket repository
Here at the company where I work, we have some libraries that we develop specifically for the company. That’s why I’m using bitbucket, with a private repository. How can I do to install via bower, a…
-
1
votes1
answer76
viewsStart with same folders and different files
I have a project that I kept only copying files to the server via SSH. Some of these files were edited manually directly on the production server. Now I’m starting Git versioning in Bitbucket, and…
-
1
votes1
answer239
viewsBitbucket Repository with Sourcetree, Visual Studio Project
I’m creating a new project on Visual Studio 2015 , i created the repository on BitBucket, so I created the project, the problem is that when one of the project’s users Push he doesn’t update. For…
-
1
votes1
answer141
viewsHow to remove improper commits from a remote branch?
The company I work for hires some interns who take care of tasks small of various languages and different parts of the program (in order to enable them), but recently one of our interns made some…
-
1
votes0
answers1555
viewsProblems Trying to Move Up Project in Bitbucket with Netbeans
I want to upload my git project into the Bitbucket repository by Netbeans, whenever I try to upload the following error: The remote repository contains non-mixed commits in the local branch. Open…
-
1
votes1
answer126
viewserror: RPC failed; Curl 18 transfer closed
I cloned a repository in Bitbucket, but this error appeared error: RPC failed; Curl 18 transfer closed with Outstanding read datab remaining fatal: The remote end hung up unexpectedly fatal: Early…
-
1
votes1
answer526
viewsHow to delete files from my remote and local HEAD from my git but not delete from my disk?
I have some files that I uploaded to my local remote Git HEAD, but now I need to delete these files but need to leave them in my local development environment. These files cannot go to the remote…
-
1
votes1
answer61
viewsBitbucket - send new files to an empty repository
I created a new Mercurial repository in bitbucket called MEUNOVOREP. Now I have a directory in my c:\novoprojeto that has a number of files that I want to upload to this repository. My question: How…
-
1
votes1
answer628
viewsHow do I work with git release?
The appeal release Is Github a platform resource or Git itself? I ask this because I didn’t see this feature in Bitbucket.…
-
1
votes1
answer137
viewsHow do I login to a repository?
I needed to change the password in the bitbucket, so the push and the pull from my local repository no longer work. I authenticated myself via https. What command to use to authenticate me in the…
-
1
votes1
answer621
viewsWhat is the git push -u command for?
I know the push command sends the file to the virtual repository, but I don’t know what PUSH -U does
-
1
votes1
answer280
viewsPush in Bitbucket
I can’t seem to get one push in my Bitbucket project, every time the message appears below. I follow the instructions by placing the email and name, but when I give the commands again the same…
-
1
votes1
answer25
viewsGit project with two separate folders
Hello, today I have a web project. The public data inside the folder "public_html/": public_html/projeto-publico/ and another folder with sensitive files ("project-backend") is outside…
-
0
votes0
answers45
viewsVisual Studio Solution File . SLN does not committee
I’m trying to commit the file. SLN along with the rest of the project and it does not committee. I’m not ignoring him.…
-
0
votes2
answers465
viewsGo up to Bitbucket an already created branch
I have a project in Git Local and I want to go up to the bitbucket, but following the instructions: Get Started with command line Step 1: Switch to your Repository’s directory cd /path/to/your/Repo…
-
0
votes1
answer1721
viewsUpdate Files in Bitbucket
I have a question about how to update my files in bitbucket, the repository has already been created and I already made the 1 commit. So if you need to upload new files I need to clone the…
-
0
votes1
answer186
viewsError inserting Image in Readme.Md in bitbucket
I can’t insert the image into the readme.dm in bitbucket Code: **## Modelo Relacional** ![ER Pessoas ](https://bitbucket.org/xxxx/api-yyyy/public/doc1.2/API yyyy 1.2/BPM/1.2/pessoas.png)…
-
0
votes1
answer295
viewsProblem when doing branch checkout - Bitbucket
I created a branch in bitbucket and I can’t check out anyway. The command I normally use is: git fetch && git checkout I type the command into the local terminal and it simply checks out on…
-
0
votes2
answers321
viewsVersioning of Bitbucket Code
Good afternoon guys, I work at a website development company and we are with the idea/need to host all the sites on github/bitbucket to stop using the old and good FTP as main "versionist" code. The…
-
0
votes0
answers313
views"git push origin Development" failure: non-fast-forward
I am in the development of a system and the situation is as follows: I created some new files on my machine and I want to send to Bitbucket but it will not. When I was creating I was giving out…
-
0
votes0
answers836
viewsReceived HTTP code 407 from proxy after CONNECT - GIT
When trying to clone a Bitbucket project, this returns this error. Received HTTP code 407 from proxy after CONNECT The proxy configuration is being done this way : git config --global http.proxy…
-
0
votes1
answer338
viewsError when cloning bitbucket repository for umbler
I’m having a problem cloning the bitbucket repository for umbler. The commands that the umbler people passed were: Access your website via SSH: ssh [email protected] -p 9922…
-
0
votes1
answer36
viewsHow to do a git push to bitbucket programmatically using BASH on Ubuntu16.04?
I have a bash script running in Ubuntu 16.04 whose goal is to create a project (Folder) Expandable and then create that same repository in bitbucket and then push the content to the repository that…
-
0
votes1
answer251
views