I think I was trying to clone in the wring direction, not fully understanding cloning. I managed to make clone work, both directly in git and via git extensions. Thanks
Main Topics
Browse All TopicsI have successfully created my first Git repository on my C:\ drive. I need to clone it onto a server shared drive (X:/repos). I cannot get the syntax write for 'git clone'.
If I do "git clone --local 'X:/repos' Git gives errors.
How do I compose an appropriate url?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: spdr870Posted on 2009-01-31 at 07:46:10ID: 23517117
Hi
ojects/git extensions /), a windows ui on top of git. I use it all the time to clone, push and pull to windows shares.
git clone "x:/repos" should work. Make sure you use this quote -> " and not this -> ' . Also make sure you have enough priveleges. What error do you get?
If this doesn't work, you could try downloading GitExtensions (http://sourceforge.net/pr
Henk