bitbucket

SourceTree and Stash: Unable to get local issuer certificate

为君一笑 提交于 2019-12-20 09:45:39
问题 We have Atlassian Stash installed on a Windows 2008R2 server, and for the most part everything is working nicely. We have an SSL certificate issued by our local on-premise CA and a DNS entry set up so we can go to https://stash/ and it works quite nicely, except in Firefox where it throws a warning (related?). When using Atlassian's Sourcetree we can navigate and choose a repository, but when we try to clone it we get the following error: fatal: unable to access https://user@url/scm/etc/etc

Android CI using Bitbucket Pipelines and Docker

☆樱花仙子☆ 提交于 2019-12-20 09:35:40
问题 I am trying to set up Continuous Integration (CI) in Bitbucket Pipelines for Android. I have created a sample blank activity using Android Studio 2.1.1. With Pipelines I'm using the uber/android-build-environment Docker container which creates the environment nicely. Here is my bitbucket-pipelines.yml image: uber/android-build-environment:latest pipelines: default: - step: script: - echo y | android update sdk --filter "extra-android-m2repository" --no-ui -a # Grab the Android Support Repo

Install Python Package From Private Bitbucket Repo

瘦欲@ 提交于 2019-12-20 09:18:08
问题 I created a Python 3.5 package for work, which is in a private Bitbucket repo and I can easily pull the code and do a "python .\setup.py install" to have it install, but I want to try to eliminate the step of having to pull the code and have multiple copies on my machine and at the same time make it easier for my coworkers to install/update the package. Is it possible to use git bash or cmd (we are all on Windows) to install the package and ask for credentials in the process? 回答1: You can use

Git error: src refspec master does not match any error: failed to push some refs [duplicate]

百般思念 提交于 2019-12-20 08:35:16
问题 This question already has answers here : Message 'src refspec master does not match any' when pushing commits in Git (71 answers) Closed 6 years ago . I am trying to add a file to my repository on BitBucket and I am having trouble. I am using GIT and this is what I type in $ cd lis4368/assignments $ git remote $ git remote -v $ git remote rm origin and then I type this in (this is what BitBucket tells me to enter) $ git remote add origin https://cpb09e@bitbucket.org/cpb09e/cpb09e.git $ git

how do I change a git commit message in bitbucket

人走茶凉 提交于 2019-12-20 08:23:06
问题 I need to change an old git commit message in BitBucket. I tried git rebase -i and reworded my message but when I pulled and committed it just kept the old message in BitBucket and merged my changes in. 回答1: It's basically 4 step process. But a bit risky if multiple team member are working on the same branch and have their own copies. (If you are the only one working on it, go for it) This git manual explains it beautifully: Amending older or multiple commit messages git rebase -i HEAD~X (X

GIT SCM configuration for bitbucket pull requests checkout using generic Webhook parameters

拈花ヽ惹草 提交于 2019-12-20 07:46:43
问题 This stackoverflow page can help you checkout bitbucket pull requests in Jenkins with Generic webhook trigger. Pre-requisites: Jenkins: 1) Installing Generic Webhook Trigger Plugin and Bitbucket plugin in Jenkins 2) Configuring 'Bitbucket Endpoints' in Jenkins configuration. 3) Creating sample 'Pipeline' job in Jenkins (can configure Generic webhook plugin / configure bitbucket repo / include custom Jenkins file path) Bitbucket: 4) Configuring Webhook in bitbucket repo to connect to Jenkins

How to manually deploy direct from Bitbucket to Google App Engine?

淺唱寂寞╮ 提交于 2019-12-20 04:33:04
问题 To manually deploy from a changed source on a Bitbucket repository (named trackfind) to a Google App Engine app (ID trackfind-1) , I'm doing this: 1 Go to https://console.cloud.google.com/home/dashboard?authuser=0&project=trackfind-1 2 Click Activate Google Cloud Shell: 3 Enter rm -rf trackfind 4 Enter git clone -b master https://chrisjj@bitbucket.org/chrisjj/trackfind.git 5 Enter appcfg.py -V 1 -A trackfind-1 update trackfind 6 Go to trackfind-1.appspot.com and verify changes are in place. I

How to manually deploy direct from Bitbucket to Google App Engine?

孤街浪徒 提交于 2019-12-20 04:32:12
问题 To manually deploy from a changed source on a Bitbucket repository (named trackfind) to a Google App Engine app (ID trackfind-1) , I'm doing this: 1 Go to https://console.cloud.google.com/home/dashboard?authuser=0&project=trackfind-1 2 Click Activate Google Cloud Shell: 3 Enter rm -rf trackfind 4 Enter git clone -b master https://chrisjj@bitbucket.org/chrisjj/trackfind.git 5 Enter appcfg.py -V 1 -A trackfind-1 update trackfind 6 Go to trackfind-1.appspot.com and verify changes are in place. I

Why I couldn't add the Git Url to my Jenkins?

廉价感情. 提交于 2019-12-20 02:15:10
问题 I'm very new to git and also Jenkins. I added the ssh keys to the bitbucket and in my local machine, when I do : git clone git@bitbucket.org:username/repo.git I can be able to clone. But when I add the same url ( git@bitbucket.org:username/repo.git ) to the Jenkins repository url I get an following error: Failed to connect to repository : Command "git ls-remote -h git@bitbucket.org:username/repo.git HEAD" returned status code 128: stdout: stderr: Permission denied (publickey). fatal: The

AWS EC2 instance not able to connect to bitbucket.org

眉间皱痕 提交于 2019-12-19 21:57:10
问题 EC2 Details: OS: Ubuntu 16.04 Git client: git version 2.7.4 Issue: From AWS instance I am not able to connect to bitbucket.org repositories. Tried ping to bitbucket.org but, I didn't got any response. I check-out bit-bucket repository via ssh clone. Outbound traffic is of type 'All traffic'. 回答1: We're facing the same issue from EU Frankfurt zone of AWS. However, it works well from EU Ireland AWS zone. So it seems to be specific to Frankfurt region. Also there is a related mention in twitter