Tagged Questions
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:
...
2
votes
2answers
3k views
git clone heroku ssh permission denied
I just bought a new computer and I am trying to clone my heroku project on it.
Here's what I've done so far. I didn't include the trace, but everything was saved in the right place, and the functions ...
1
vote
1answer
234 views
git clone from machine behind firewall TO remote machine
I can ssh from my work machine to my home machine
This works
Work$> ssh -x -Y myname@homemachine.dydns.org
Now if I want to clone a git repo on my work machine to my home machine . I issue the ...
1
vote
1answer
874 views
Git clone from remote ssh repository - change the machine on the remote network before executing the clone command
I'd like to clone a git repository from my company's servers to my personal computer. The only way to acces these servers from "outside" is by logging in per ssh to 'machine1'
ssh ...
1
vote
1answer
497 views
Problems cloning a git repository (Newbie problems)
Trying to set-up a git server on my local dev machine and have been following this website so far but am a little stuck when trying to clone a repository.
In git bash, here's my output:
$ git clone ...
0
votes
0answers
347 views
git clone stuck during a Capistrano deploy
I am currently struggling with Capistrano and Git. Here is my setup first:
Production server under Windows Server 2003, msysgit installed.
Development machine under Windows 7, using Aptana for ...