Tagged Questions

87
votes
13answers
32k views

git-upload-pack: command not found, how to fix this correctly

I have been using git to keep two copies of my project in sync, one is my local box, the other the test server. This is an issue which occurs when I log onto our remote development server using ssh; ...
35
votes
4answers
9k views

Best way to use multiple ssh private keys on one client

I'm working on Ubuntu and want to use multiple private keys to connect to different servers or different portions of the same server (My uses are admin of server, admin of git, and normal git usage ...
22
votes
15answers
16k views

What type of git server do you use? or how do you use git?

Let's say we have a small team, 1-5 persons. What type of "git setup" would you use? Would you use gitweb and apache so you could run over http? Or would you use the user-accounts and ssh in some ...
22
votes
7answers
8k views

Why git can't remember my passphrase under Windows

I have just start using git and i can't get it to remember my passphrase I'm using cmd.exe elevated and my git host is github and i have create a ssh key like that guide on github but i still get ...
16
votes
4answers
16k views

Configuring Git over SSH

I have cloned my git repository over ssh. So, each time I communicate with the origin master by pushing or pulling, I have to reenter my passphrase. How can I configure git so that I do not need to ...
14
votes
8answers
2k views

Git using wrong email address when talking to Heroku

git clone git@heroku.com:myapp.git Results in a "myoldemailaddress not authorized to access myapp" myoldemailaddress was an email address I was using on an old heroku account, but it seems to be ...
13
votes
10answers
26k views

SSH Private Key Permissions using Git GUI or ssh-keygen are too open

Recently I've been unable to clone or push to github, and I'm trying to find the root cause. This is on windows I have cygwin + git as well as msysgit. Msysgit was installed with the following ...
13
votes
10answers
1k views

How to wean myself from FTP in favor of Version Control

I have heard that uploading your website with FTP is now for n00bs, but it's the only way I've known how for the 8 or so years I've been building websites. Apparently all the buzz now is using a ...
11
votes
1answer
2k views

Fix msysGit Portable $HOME location

I have successfully installed and configured msysGit Portable on my flash drive, and have used it to pull and push GitHub repos. However, I seem to always have to kludge the SSH support. ...
10
votes
4answers
1k views

Cloning a read-write github repository using TortoiseHg

I'm trying to clone my personal fork on github using the git+ssh protocol with TortoiseHg. It's giving me a rather strange error. Here is the command hg clone ...
10
votes
1answer
6k views

What does git update-server-info do?

What does git update-server-info do? How do I know if I need it? The manual says: A dumb server that does not do on-the-fly pack generations must have some auxiliary information files in ...
8
votes
2answers
3k views

git remote add with other ssh port

in git, how I can add a remote origin when my host use a different ssh port? git remote add origin ssh://user@host/srv/git/example
8
votes
3answers
7k views

How to configure Hudson and git plugin with an SSH key

I've got Hudson (continuous integration system) with the git plugin running on a Tomcat Windows Service. msysgit is installed and the msysgit bin dir is in the path. PuTTY/Pageant/plink are installed ...
8
votes
5answers
6k views

Connecting to gitosis server through an SSH tunnel

I've got an SSH tunnel setup on my macbook, like this... $ ssh -o ServerAliveInterval=3 -N -L 22222:gitosis-server:22 user@firewall.domain.com So I can ssh to localhost:22222 and will end up on the ...
7
votes
1answer
383 views

git setup for multiple repos on same server

Probably a simple question, but I am at a loss here... In github one can add a deployment key for each repository which only gives access to that single repository. But for one client I have two ...
7
votes
2answers
750 views

Get CruiseControl to talk to github with the correct public key

Has anybody installed git and ControlControl and got CruiseControl to pull from GitHub on a window 2003 server. I keep getting 'public key errors (access denied)' - Which is good i suppose as that ...
7
votes
4answers
1k views

Is it possible to create a remote repo on GitHub from the CLI without ssh?

I did: ~$ mkdir projectname ~$ cd projectname ~$ git init ~$ touch file1 ~$ git add file1 ~$ git commit -m 'first commit' So... Is there any git command to create a new remote repo and push my ...
7
votes
4answers
4k views

Connecting git to github on windows 7 without bash

I'm setting up git on my new Windows 7 machine and I'm hitting a roadblock when it comes to getting github to acknowledge my ssh key. I am doing things a little different from the standard script in ...
6
votes
2answers
1k views

getting ssh-agent to work with git run from windows command shell

I have msysgit installed, with OpenSSH. I am connecting to a gitosis repo. From the git bash, I have created a .profile file that runs ssh-agent (if not already running) each time git bash is opened. ...
6
votes
3answers
2k views

Git with SSH on Windows

I've went through the excellent guide provided by Tim Davis which is about configuring Git to work with SSH under Windows in order to produce a Git Server in order to have a main place for my DVCS. ...
6
votes
1answer
9k views

Git clone using ssh - can't find repository

I'm trying to setup a Git server on Windows 7, using CopSsh, PuTTY and msysgit. I'm having problems cloning a repository using ssh. If I use a regular directory path, it works: $ git clone ...
6
votes
6answers
8k views

Can git work via ssh port forwarding?

My situation is, I can ssh to ComputerB (Code repos) where git repos is put. But my local connection is too slow to clone the code. And I can ssh to another machine (ComputerA) which is faster, so I ...
5
votes
3answers
237 views

How many github ssh keys do I need for a small dev team?

I'm confused by the concept of SSH keys when it comes to using a remote repository hosted by GitHub. I generated the keys as instructed in http://help.github.com/win-set-up-git/ , but now that I have ...
5
votes
1answer
771 views

GIT : “git-upload-pack: command not found” while pushing to remote server

So I'm using GIT, trying to push code to my remote server. on a shared unix hosting, and I'm not allowed to have my own environment variables (blocked for SSH accounts) and no sudo access. managed ...
5
votes
4answers
253 views

Git submodules and ssh access

I have some trouble with a git repository that contains several submodules. The super git repository was constructed with the commands mkdir projectname cd projectname git init git submodule add ...
5
votes
1answer
837 views

Hudson Git Plugin not working on windows

I have msysgit installed with OpenSSH option. In Git bash, I can run ssh-agent, and it manages the passphrase for my ssh key. Is it possible for the Hudson Git plugin to use ssh-agent? Currently, it ...
5
votes
1answer
761 views

Gitosis and ssh keys - does the email address have anything to do with the git email address?

I'm trying to set up gitosis on a server. I was just wondering one thing, my ssh key has my gmail address at the end, because I was originally using it for github. For this new project on the server ...
4
votes
1answer
77 views

Cloning git repository from Windows with CopSSH and MSysGit

I'm having trouble setting up a Git server on a computer running Windows 2003 Server. I installed CopSSH on the server, and can successfully connect to the server with SSH. Then, I installed MSysGit ...
4
votes
2answers
165 views

Git replication across several live servers

I have a question about git repository replication across several live http servers My goal was to create replication from my test server to the live http servers. So when I'd commit my changes on ...
4
votes
2answers
163 views

Git working over http but not ssh

I have a remote repository that is working fine when I communicate over http, but if I use ssh it gives me errors when trying to push. Goal: get the repo to work over ssh I can ssh directly into the ...
4
votes
3answers
665 views

git push using PuTTY on Windows fails (fatal: The remote end hung up unexpectedly)

Excited about being ready to do my first git push ever, I created an alias for PuTTY in my cygwin environment: alias ssh="/cygdrive/c/PROGRA~2/putty/PUTTY.EXE" Then invoked (inside my working ...
4
votes
2answers
601 views

How to set up private git server on linux

I have tried following how-set-up-your-own-private-git-server-linux and private-remote-git-repositories-ubuntu-linode but I am still having problems. My local environment is windows and my remote ...
4
votes
2answers
957 views

Unable to push to repository using GIT Extensions

I'm pulling my hair out right now because of this. I have downloaded and installed GIT, did the same for GIT Extensions (as we're going to be using it for VS2010), and everything worked fine and ...
4
votes
2answers
583 views

Running a “secure” git server over SSH without gitosis/gitolite?

Is it possible to run a git server over ssh, using authorized_keys and command= to restrict access to only the git repositories, without using gitosis/gitolite?
4
votes
1answer
497 views

how to tell Git (msysgit on Windows) to use ssh and not pageant

I installed Git a while back on my Win7 machine and told it to use Putty for doing ssh. So now it expects Pageant to be running all the time in order to be able to connect to GitHub. Today I ...
4
votes
2answers
281 views

Best practices for a single developer webproject setup

I am quite new to GIT, so please forgive me any stupid questions (if there is such a thing :) SCENARIO One local repo on my dev machine (Win 7, Eclipse) One dedicated server hosting a testing site ...
4
votes
1answer
3k views

git - Server host key not cached

I try to push changes from my local repo to a remote repo. When I type: git push origin I get the following error: The server's host key is not cached in the registry. You have no guarantee that ...
4
votes
3answers
1k views

Hudson won't fetch from Git

I have been hitting this one for over a day now, it's driving me mad! I have Git installed on a Win7 PC, and selected the PuttyGen option on install. I have generated ssh keys using PuttyGen; I ...
4
votes
1answer
530 views

git clone requires ssh:// protocol when perhaps it shouldn't?

A colleague of mine has a remote git repo that I wanted to clone and he provided a url of git@his.server.com:443/repo.git. ssh is listing on port 443 in this case. I tried to clone by doing git ...
4
votes
2answers
938 views

Git is failing to push in puttycyg because of SSH error

I've been using puttycyg as a Cygwin terminal for my rails development. I've set up a git repository on a project management website and now I want to push my code to it with the following command: ...
4
votes
3answers
624 views

Git : Failed at pushing to remote server, ' REPOSITORY_PATH ' is not a git command

I'm using Git with TortoiseGit on Windows XP, and I have a remote bare repository on Windows Vista 64bit version. When I tried to push my local files to remote bare repository, I got the following ...
4
votes
2answers
589 views

Git over ssh without Git being installed on server

I have full access to some folder on a remote Linux server over ssh and scp. I can upload and download files but not install apps. Now I want to put a git repository on this server. When I try to ...
4
votes
5answers
6k views

msysgit troubles

So I seem to have some real issues setting up msysgit. I can connect via putty to my SSH directory using ssh://user@host:port And I have the correct keys. I can also do this using plink via the ...
4
votes
3answers
3k views

How to stop git via ssh on windows from resolving the wrong path?

I have a windows 2003 box with an ssh server setup. I have msysgit (git version 1.6.2) installed both locally and on the server. The server has the following absolute path to my repos: ...
4
votes
3answers
3k views

Can't git fetch through SSH

I've setup a git repository one a remote server. Now I'm trying to checkout from it with: git fetch ssh://username@url.com/~username/workfolder/ but I get an error: fatal: Not a git repository ...
3
votes
1answer
170 views

Specify an SSH key for git push without using ~/.ssh/config

I have the following use case: I would like to be able to push to git@git.company.com:gitolite-admin using the private key of user gitolite-admin, while I want to push to git@git.company.com:some_repo ...
3
votes
1answer
207 views

Private Git repo - freezes at pulling

I just setup git on my linux server and configured SSH - I want to create private repository to work with my friends. When I'm pulling or cloning that repo everything works fine (LAN), but when my ...
3
votes
1answer
2k views

GIT_DISCOVERY_ACROSS_FILESYSTEM problem when working with terminal and MacFusion

I'm using MacFusion with OSXFuse(similar to MacFuse) to mount my server over SSH onto my office machine. When I cd into my rails work directory on the server, i can't see any git info in my zsh ...
3
votes
1answer
1k views

Netbeans, git, reject hostKey?

I'm currently trying to get Netbeans with the Git plugin working. If I want to clone my git repository from within Netbeans I get the error message: reject hostKey: [repository url] and the cloning ...
3
votes
1answer
177 views

How to resolve a timeout exception when TeamCity fetches changes from a SSH Git repository

I've moved a Git repository from a shared folder on the network to a SSH server running gitolite. I've added a public/private key for TeamCity to use and pointed the VCS root at it. This all works OK ...

1 2 3 4 5 6