bitbucket

Bitbucket access keys can only be used for read-only?

十年热恋 提交于 2019-11-28 05:23:12
问题 First time using bitbucket, trying to make a first push of my local project to bitbucket. I managed to create a repository with no issues. After I created a new SSH Key, which I loaded to both Bitbucket and also Pagent (that is running in my windows background). Still when I try to push my commit to Bitbucket I get the following: git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags --set-upstream origin master:master Pushing to user@bitbucket.user/repository.git repository

How to reduce git repo size on Bitbucket?

匆匆过客 提交于 2019-11-28 04:42:05
Summary of my problem: One of my private repositories on Bitbucket suddenly more than doubled in size after I pushed an addition of a few hundred bytes to two existing files. The repo is now over 2GB, which has caused Bitbucket to put it into read-only mode. Because it is in read-only mode, I cannot push changes that would reduce the repo size. (Catch 22.) Details: My company recently began hosting git repositories on Bitbucket. One of the repositories I am in charge of had a size of about 973MB, which was uncomfortably close to the 1GB soft limit. To reduce the repo size, I followed the

Unable to find user root: no matching entries in passwd file in Docker

蹲街弑〆低调 提交于 2019-11-28 03:48:17
问题 I have containers for multiple Atlassian products; JIRA , Bitbucket and Confluence . When I'm trying to access the running containers I'm usually using: docker exec -it -u root ${DOCKER_CONTAINER} bash With this command I'm able to access as usual, but after running a script to extract and compress log files, I can't access that one container anymore. Excerpt from the 'clean up script' This is the first point of failure, and the script is running once each week (scheduled by Jenkins). docker

Use own username/password with git and bitbucket

给你一囗甜甜゛ 提交于 2019-11-28 03:39:16
I'm in a team of three; two are working locally, and I am working on the server. My coworker set up the account, but gave me full privileges to the repository. I set my username and email in git: git config --global user.name "bozdoz" git config --global user.email email@email.com and they are identical to my username and email on bitbucket.org. But when I pull or push to the repository it indicates their username in the prompt: Password for 'https://theirusername@bitbucket.org': I was able to get a prompt for my password after trying to pull by indicating the URL with my username: git pull

Deploying to Heroku using git on bitbucket

拈花ヽ惹草 提交于 2019-11-28 03:26:13
I want to host my source on bitbucket using git because I obviously get a free private repo and I want to host my app on heroku using the source code from bitbucket. Can i do it using the github client and heroku toolbelt. Will it work? Github is great but i dont want everyone seeing my code and I dont want to pay for a private repo because its a small project. Deploying to Heroku should work regardless of where you host your code as the Heroku CLI adds it's own git remote for the sake of deployments. In fact, you can even git pull from Heroku, so you could technically use Heroku as a private

How to import a Project into bitbucket repository from Android Studio?

萝らか妹 提交于 2019-11-28 03:18:48
So basically I have an Android Studio project on my local computer and I need to add it into my BitBucket repository I created online. I just can't get it right with Android Studio. I can't upload files from Android Studio project to my BitBucket repository. How can I do such a thing? Abdelrahman Aly Here is how I did it without plugins: Create the repository on your Bitbucket account Create your project in Android Studio In Android Studio, Go to VCS Choose 'Enable version control' Choose Git and press OK Right click on your project, choose Git then click Add Open Terminal in Android Studio Go

Change remote repository credentials (authentication) on Intellij IDEA 14

一笑奈何 提交于 2019-11-28 03:13:49
I recently changed my Bitbucket password for security reasons. However, IntelliJ didn't update my repository to the new credentials, so it stops me from pulling/pushing anything to my repository. I am not using any plugins for this, just the integrated VCS operations inside the IDE. Every time I pull/push, this pops out: fatal: Authentication failed for ' https://momothereal:xxxxxxxxxxxx@bitbucket.org/team/repo.git/ Where xxxxxxxxxxxx is my old password. I think changing this remote address with the correct password would fix it, though I cannot find where to do so. MozenRath The easiest of

Use GitHub for Windows for both Bitbucket and GitHub

混江龙づ霸主 提交于 2019-11-28 02:53:49
Is it possible to use GitHub for Windows for both Bitbucket and GitHub at once? For example, can I have repo on both sites show up in the program, and when I commit/synch a repo, it push to the respective repo on the respective website? VonC No, if you mean: having a local repo with two remotes (one GitHub and one Bitbucket). You can define only one remote with that client, and it will be either a GitHub one or a Bitbucket one. Yes, if you limit to one remote, you can use GitHub for Windows with any upstream repo. The process of adding an upstream repo is now easier with the (constantly)

How to access full source of old commit in BitBucket?

不羁岁月 提交于 2019-11-28 02:32:04
Hate to have to ask this on the flow, but for the life of me, I can't figure out or find the documentation on how to access the source of an old commit in the new Bit Bucket format. Is this even possible anymore? So frustrated! I understand you want to download an older version via the BitBucket web interface without using a Mercurial/Git client. Check this related question . On the comments, someone says that there is no way to do that. Fortunately, that's not entirely true. By navigating on BitBucket project pages, I found no link to download an arbitrary version. There are links to download

Source Tree Unity project Ghost files

荒凉一梦 提交于 2019-11-28 02:06:21
Recently changed my Gitignore which was fine until i pulled down on another machine to find some of the project was not there. So i have switched back to my old git ignore but now as soon as i open the project and go to source tree these files and folders need pushing every time. I do not edit these files and every commit they come up. Then even though i have hidden meta files selected in the settings whenever i make any change, it makes me commit a load of meta files. Any ideas to fix both these issues. Here is my git ignore. # =============== # # Unity generated # # =============== # [Tt]emp