Saw that the Win-client (finaly) arrived so this can be my app to use from my work.
(warning: you need .net framework V4 for it on your windows client)
But no connection possible.
What have I done:
First installed git
- Code: Select all
root@b3:/home# apt-get install git-core
And a little check:
- Code: Select all
root@b3:/home# git --version
git version 1.7.2.5
After that followed the instructions on
http://sparkleshare.org/set-up-a-host/All went well till the code 'chown -R git git.'
if I'm alright it gives user 'git' the righta on file 'git.'
- Code: Select all
root@b3:/home/git# chown -R git git.
chown: cannot access `git.': No such file or directory
OK, maybe I'm a level to high (I'm in the map git) so dropped down one to /home and repeated the command
But still the same result.
Finaly without the point and that went without feedback.
little check:
- Code: Select all
root@b3:/home# ls -l
drwxr-xr-x 7 git git 4096 Mar 12 12:15 git
Group git? Is that alright?
Finaly fired up the client and tried to connect. Changed my ssh port so used that same port to make a connection. That didn't work.
Anyone a suggestion how I can get this to work?