Re: Clone repository computer A to remote B doenst work

2017-11-26 Thread Roberto Garcia
Thanks you very much: I have QNAP NAS, Finally I have installed QGit (from forum QNAP because you can't find in app center) from here: https://forum.qnap.com/viewtopic.php?f=320=109649 I used SSH for create a bare repository in the server side. Once it was created i went to the local machine and i

Re: Clone repository computer A to remote B doenst work

2017-11-25 Thread Johannes Schindelin
Hi Roberto, On Sat, 25 Nov 2017, Roberto Garcia wrote: > I'm trying clone in windows a git repository to other remote machine > (NAS Linux based). > I have installed git for windows but i didn't installed nothing in the > other remote machine (NAS Linux based). You need a Git on the remote

RE: Clone repository computer A to remote B doenst work

2017-11-25 Thread Randall S. Becker
On November 25, 2017 4:31 AM Roberto Garcia wrote: >I'm trying clone in windows a git repository to other remote machine (NAS >Linux based). >I have installed git for windows but i didn't installed nothing in the other >remote machine (NAS Linux based). You have two choices: 1. Install git on

Clone repository computer A to remote B doenst work

2017-11-25 Thread Roberto Garcia
Hello all, I'm trying clone in windows a git repository to other remote machine (NAS Linux based). I have installed git for windows but i didn't installed nothing in the other remote machine (NAS Linux based). I open git-bash and I try do this: "git clone user@IP:/directory/where/i/want/clone".