Git clone to any server? (even without git installed)
-
I've googled and searched stackoverflow quite a bit, so I hope this hasn't been asked and I just missed it. Can you clone a repository to any server/storage that you have access too? Or does this 'server' need to run git. As I understand it, it is enough that just the computer sending the commands has git? Silly question, but started git today :)
-
Answer:
It's possible to clone into any folder structure, local or remote, to which you have access. This doesn't depend on git being installed on the target server. For example this is how I would clone a project into a Windows UNC share. git clone [email protected]:whatever //server/share/target I'm not entirely sure if that's what you mean though by "clone to any server". If not could you be a bit more specific with your question?
htdIO at Stack Overflow Visit the source
Other answers
You can use git over "dumb" Webdav (without any git code on the server side). In fact, I think you need to copy the repo manually once, then you can write to it.
ysdx
Related Q & A:
- How to drop all connections to a specific database in postgres without stopping the server?Best solution by Database Administrators
- Can I create a second filestream container on an existing SQL Server 2008 database without going offline?Best solution by Database Administrators
- How to setup User and Password for Git server?Best solution by Stack Overflow
- How can I use GIT in my own server?Best solution by Stack Overflow
- Can I get hired as a server without experience?Best solution by quora.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.