I have ftp server and I cannot install additional software on it. Is it possible to create on it git repository and clone to local pc? I tried to create local repository and copied it to ftp. Will it work? How can I clone from ftp server?
|
feedback
|
|
There are various other questions on StackOverflow that discuss this subject, e.g.: ... which might have a solution that's suitable for your case. You don't say what operating system you're using, but if it's Linux-based what I would try is to mount the FTP server as part of your local filesystem with FUSE + fuseftp. If you're using Mac OS, you could similarly try MacFuse. (n.b. I've never tried fuseftp, myself, so I'm not in a position to recommend or disrecommend it.) No doubt there are equivalents for Windows as well. Then you should just be able to run | |||
|
feedback
|
|
It will work if Git is running on the server. But from what you are describing, I would guess it isn't. | |||
|
feedback
|