Questions tagged [gitblit]

Gitblit is an open-source, pure Java stack for managing, viewing, and serving Git repositories. It's designed primarily as a tool for small workgroups who want to host centralized repositories.

Gitblit is an open-source, pure Java stack for managing, viewing, and serving Git repositories on Windows, Linux and MacOS. It's designed primarily as a tool for small workgroups who want to host centralized repositories.

Homepage: http://gitblit.com

115 questions
3
votes
2 answers

Git ! [remote rejected] master -> master (failed to lock)

I can't push to my git repository. git clone and git pull works fine, but git push doesn't work. I checked other answers like here tried several ways like git push origin master --force. But the error remains same. Here's screenshot. Other…
Miron
  • 1,007
  • 2
  • 17
  • 31
3
votes
1 answer

git submodule add taking longer time

My submodule repository is morethan 2 gb. whenever i do adding the submodule to my localrepo its cloning the entire submoudle remote repository. git submodule add -f -b localbranch https://mygitserversuperprojecturl/server.git…
Vinoth
  • 189
  • 1
  • 1
  • 9
3
votes
1 answer

Does GitLab accept Federation?

I would like to make a federation sync between a GitBlit and a GitLab instance. Make federations with GitBlit is possible i know, but i don't find anything about federation in GitLab. I tried to find : federations properties in gitlab.rb…
GGO
  • 2,678
  • 4
  • 20
  • 42
3
votes
1 answer

How to prevent git branch from further commits / merging.. etc

We are developing using git and gitblit. When we have finished developing on some branch, it can be that still developer accidently commit on that branch which shouldn't be the case. How to prevent the branch from further committing and merging…
Max_Salah
  • 2,407
  • 11
  • 39
  • 68
3
votes
0 answers

Intellij ask ssh password for each project push/pull

I use git plugin for IntelliJ for the project versionning. Since yesterday, each time I push a file or pull a project, IntelliJ ask for my password for each file. I think that I missclick somewhere and change the configuration of my IntelliJ/Project…
YLombardi
  • 1,755
  • 5
  • 24
  • 45
3
votes
1 answer

Gitblit: Ability to delete branches from the web interface

We are migrating our repositories from Stash to Gitblit. I saw that there should be the possibility in Gitblit to delete branches of a repository in the web interface: https://github.com/gitblit/gitblit/issues/417. But I cannot find this…
J.R.
  • 576
  • 1
  • 4
  • 15
3
votes
1 answer

Gitblit push rejected reason not shown in intelij-idea

If I add a hook that rejects a push, on Eclipse or other git client, the reject message is shown. However if I am using intelij-idea, the reject reason is not shown. Can this be configured to also show in JIdea?
luca.p.alexandru
  • 1,660
  • 5
  • 23
  • 42
3
votes
1 answer

Gitblit hooks logs

I'm currently trying to create a hook for Gitblit in Groovy, the problem I'm facing is that I don't know how to debug it. I think it's failing due to some missing library, but I have no idea where I can see why it is failing. Is there some way to…
Federico Nafria
  • 1,397
  • 14
  • 39
3
votes
2 answers

Need GitBlit groovy hook which push changed to other Gitblit server repo

Need a groovy push hook scripts from your Gitblit instance to another Gitblit instance I have two private linux servers, Say A and B with GitBlit install on both. All developers do commit and push their changes on server A, I want B keep in sync…
HybrisHelp
  • 5,518
  • 2
  • 27
  • 65
3
votes
3 answers

From Jenkins, how to access to a secured repository in GitBlit (over http(s))?

I use GitBlit (1.3.2), Jenkins (1.534) on RedHat 6 I created a Git repository on a local GitBlit. Access is restricted to authenticated users. This works fine. When I try to configure a new job in Jenkins to enable continuous Integration, I enter…
Destroyica
  • 4,147
  • 3
  • 33
  • 50
3
votes
1 answer

git urlencode some characters

I just changed from svn to git. I use gitblit as a team git server. Usually it works perfectly. But when I fork some project into my account, the repository url looks like "http://git.somewhere.com/~myid/project.git". It's ok with windows and ubuntu…
KwonNam
  • 686
  • 1
  • 8
  • 19
3
votes
0 answers

Gitblit uses a lot of space to store data

I have a Gitblit server (Debian), Everything going to be ok except i saw the Disk space of Git repo on Gitblit increased very unormally. When i push a file(only 40Kb) is will increased more 300M in Gitblit, I have check a lot of time.The same…
3
votes
1 answer

GitBlit Cant find Repositories after Jboss Restart

I have GitBlit V1.2.1 Running on Jboss V7.1.1.Final Each time i restart Jboss, GitBlit (Cant Read/looses) the repositories i had. After Searching for the repos i found one in: C:\Program…
Tdy
  • 84
  • 6
3
votes
1 answer

Migrate SVN-Repositories into Gitblit

we would like to change from svn to git. We have a svn-server in our intranet and would like to have the equivalent for git. gitblit seems interesting to use because there is tomcat running on our server. So, what's the easiest way to migrate all…
myborobudur
  • 4,385
  • 8
  • 40
  • 61
2
votes
1 answer

how to use gitblit

Gitblit looks pretty interessting to run a GIT server, so I installed it (which is realy easy). But now I'm having some problems to get my way around the tool. Its easy to create repos, but after that, I'm stuck - after creation I was not able to…
domi
  • 2,167
  • 1
  • 28
  • 45