Questions tagged [gitbucket]

GitBucket is a Git platform powered by Scala with easy installation, high extensibility & github API compatibility.

GitBucket is a Git platform powered by Scala with easy installation, high extensibility & github API compatibility.

The current version of GitBucket provides a basic features below:

  • Public / Private Git repository (http and ssh access)
  • Repository viewer and online file editing
  • Wiki
  • Issues / Pull request
  • Email notification
  • Simple user and group management with LDAP integration
  • Plug-in system

GitHub project: https://github.com/gitbucket/gitbucket

30 questions
0
votes
1 answer

Installation of GitBucket on Ubuntu 20.04

I have a problem trying to access the GitBucket web page so I can do sys admin duties. I cannot open it from FireFox on the server console nor can I open it from a remote PC. The is a first time install on a new Ubuntu 20.04 system. ssh is working…
AeroClassics
  • 1,074
  • 9
  • 19
0
votes
0 answers

GitBucket API how to get pull request with base name

I try to get pull request with base name like below but looks like "base" query parameter not working(even head query too...). http://my-gitbucket-server/api/v3/repos/test/test/pulls?state=closed&base=development&head=test:sprint0 How can get pull…
PERIPERI
  • 73
  • 9
0
votes
1 answer

Rename git bucket branch name after pull request

I am working on BitBucket and stuck in one issue. I need to rename the remote branch after pull request. I don't want to loose any review comments as well. Looks like , there are so many stack over flow link on this topic but personally i did not…
user84
  • 363
  • 5
  • 16
0
votes
1 answer

Will master branch have changes if I will push my new created branch(see details)?

I was working on some quick update ticket. We decided to do this in master branch and push code directly to repository. But I end up doing more than quick update and we realize that this will effect many places. I have committed my code to master…
Beknazar
  • 65
  • 9
0
votes
1 answer

GitBucket: Cannot access remotely

I want to push a project to a remote repository But somehow I get an error Git: fatal: Authentication failed for 'https://......' This error was previously handled by cloning a new remote repository and copying the settings But this time I can't…
su3158
  • 555
  • 1
  • 6
  • 25
0
votes
0 answers

Import project folder to gitbucket

I have copied the repo (where i have access) to my local folder , and I want to import it to my new repo in Gitbucket , I was typing git init , git add . git commit , git push , but I still have the problem and i always have errors , smth like…
sweazy
  • 1
  • 3
0
votes
2 answers

Commit with API - gitBucket

I try to commit using API with GitBucket. In the case of GitHub, we can commit using this API "POST /repos/:owner/:repo/git/commits". But there are not any API about commit on GitBucket. Accoding to this…
Kentaro S
  • 1
  • 1
0
votes
1 answer

Error sending test email gitbucket

The email settings was setup using a gmail account and when testing it the error below is returned. [Error] org.apache.commons.mail.EmailException: Sending the email to the following server failed : smtp.gmail.com:587 The settings are host:…
naz
  • 1,478
  • 2
  • 21
  • 32
0
votes
1 answer

Migrating GitBucket to another machine

I need to migrate my live GitBucket installation from one physical machine (Win7) to a different machine (Win7), not to backup my current installation. I'm using version 4.18.0 with default settings and standalone app with java -jar…
dim
  • 59
  • 11
0
votes
0 answers

How to resolve 'Head' as a valid reference?

I am trying to sign my git tag, but I get an error. and then if I do commit -m it tells me "nothing added to commit but untracked files present."
Koi
  • 1
  • 2
0
votes
1 answer

Setup jenkins to use gitBucket git repository

I'm creating a Maven project inside Jenkins. The maven project need to get the source from a git repository hosted in GitBucket. Jenkins and GitBucket are running on different Windows server and are running inside Tomcat webservice. I found…
JimmyD
  • 2,629
  • 4
  • 29
  • 58
0
votes
1 answer

Only master branch is built by Jenkins

I have a GitBucket(not Bitbucket!) repository which I've connected to Jenkins with a Webhook. Whenever I make a pull request, I would like the feature branch to be built, then merged into master. The problem is that only the master branch is…
bsky
  • 19,326
  • 49
  • 155
  • 270
0
votes
1 answer

Setting up active branches in SourceTree and GitBucket

I'm trying to set up branches so that when my employees first clone the repository they have all the branches available. This is how I want to set it up: Have the Master branch that they don't and/or can't mess with. I'll be the one that syncs up…
0
votes
1 answer

How to deploy Gitbucket to Heroku

I am getting an error when I try to deploy an unmodified version of the latest Gitbucket source to heroku. [info] 'compiler-interface' not yet compiled for Scala 2.10.3. Compiling... [info] Compilation completed in 36.561 s [success] Total…
StackGuy
  • 1
  • 1
-2
votes
2 answers

GIT delete remote branch

I'm trying to delete a remote branch via: git push origin :dev But the following error appears: remote: Updating references: 100% (1/1) To ssh://user@git.example.com:29400/user/project.git ! [remote rejected] dev (branch is currently checked…
pbaldauf
  • 1,671
  • 2
  • 23
  • 32
1
2