Questions tagged [gitstack]

GitStack is an implementation of the Git Server for Windows

GitStack lets you setup your own private Git server for Windows. It is available from here.

Here is the Getting Started guide, and other documentation is available.

22 questions
7
votes
2 answers

Software for Git in the enterprise?

We're looking at the prospect of using Git on our team, and hopefully get a lot of other dev teams to join us. If everything goes well I might be setting up Git for everyone. Currently I'm looking to test: GitStack GitHub…
user479911
5
votes
2 answers

What git server solution to use on windows and active directory?

We are looking for the best solution for setting up a local git server. Our wishlist is run on Windows Server 2008R2 small team - less than ten developers easy to set up easy to use active directory authentication of users robust web gui would be…
Klas Mellbourn
  • 42,571
  • 24
  • 140
  • 158
3
votes
1 answer

Exporting a local EGit repo to local GitStack repo

I've set up GitStack on my computer in order to be able to make builds of my application on various machines. My Eclipse project has a local git repo but I can't figure out how to connect the two. The Team > Remote > Push and Team > Push to Upstream…
Dreen
  • 6,976
  • 11
  • 47
  • 69
3
votes
2 answers

git fatal error refs not found

I get this error when attempting to push to a windows server I have set up that is running GitStack. fatal: http://xx.xx.x.xxx/mjtest.git/info/refs not found: did you run git update-server-info on the server? This error seems to be quite common…
MikeyJ
  • 454
  • 1
  • 5
  • 16
2
votes
0 answers

fail to start gitstack after change PYTHONHOME & PYTHONPATH

I installed gitstack first(with Python 2.7), everything works fine. However, after I installed a new version of Python(3.6), I have to change PYTHONHOME & PYTHONPATH to the new version, otherwise python won't run. After changing the variables,…
Brian Holsen
  • 350
  • 3
  • 10
2
votes
1 answer

Host Git Repository via port 80

I have installed GitStack for Windows, which says I must use git clone [ip/domain]/myproject.git However, I'm in a firewalled environment where port 9418 is blocked. Port 443 and 22 also seem to be blocked. I'm hoping to get permission to open them…
Dexter
  • 6,170
  • 18
  • 74
  • 101
2
votes
1 answer

How to set up an existing Git client repository (connected to a remote) AS a Git server repository (i.e., another repository's remote) on Windows?

I have an existing Git repository, with working copy, connected to a GitHub remote repository (my local repository is on Windows). I would now like to allow another developer to clone my local repository and connect to it as its remote…
Dan Nissenbaum
  • 13,558
  • 21
  • 105
  • 181
2
votes
1 answer

Merge staging repository bare repository after push via hooks (GIT, Windows, GitStack)

I have installed GitStack on Windows Server 2008, and for a given project created a bare repository to which I push from my local development environment. I'd like to set up a hook that causes my staging environment to merge the pushed changes…
user20856
  • 31
  • 3
1
vote
1 answer

TypeError at /registration/login/ sequence item 0: expected string or Unicode, function found in Django 1.11

I am modifying Gitstack, a 32bit Python2.7-based Git Web Application (available here) for my 64bit Python installation. In the process, I also had to modify all the Django codes e.g. urlpatterns, etc. While I managed to adapt it to my Apache/PHP…
user62039
  • 371
  • 2
  • 15
1
vote
0 answers

Gitstack git server - push to apply changes

(Sorry for the unclear title). This is the scenario. I have a local server and I installed Gitstack in it. I was able to to push and pull to this local git server. This same server runs the webapp that I am working on. My plan is to push commits to…
Alex Coroza
  • 1,747
  • 3
  • 23
  • 39
1
vote
1 answer

git post-receive hook to write files from bare repo to www folder msysgit (windows)

So I have two windows machines, I'm basically trying to manage some web files with git I have a bare repository on the remote machine, I have a cloned version on the local machine and I have pushed some files to the remote repository. I want the…
arcanine
  • 1,933
  • 1
  • 15
  • 22
1
vote
3 answers

Transport error with Egit

I have set up a gitstack repo on a local server, I have also signed up for a free github account just to see what its like. But when I try to clone a repository from either my local repository or git hub repository I get this error: Transport…
MikeyJ
  • 454
  • 1
  • 5
  • 16
1
vote
0 answers

Git remote clone failed, but succeed on local machine

I have setup GitStack on remote server. Now I want to clone the repository to local machine, but it failed. Server Environment: GitStack-2.2.3, Git-1.7.10, Windows 7 Client Environment: Git-1.7.10 Windows 7 Step 1: If I run the clone command…
robinqiao
  • 119
  • 3
  • 9
1
vote
0 answers

git-http-backend error

I setup git on rodmine. In home everything works fine. I copy all files/server files to my server. Here all web sites works fine. But when I try to use git-http-backend.exe it give me this error in apache log: [Sat May 26 11:31:35 2012] [error]…
Koga
  • 135
  • 9
0
votes
1 answer

git large number of files are not being tracked

I am new to git ,my aim to setup my local repository and use to track changes to my code. Here is what I have done and the problem that I am facing: 1. create a new remote repository(in my local network).(done using gitstack) 2. identify a local…
user1063108
  • 662
  • 1
  • 10
  • 24
1
2