git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git clone doesn't work in symlink dir roots on Windows
@ 2013-08-10 12:10 Sedat Kapanoglu
  2013-08-10 12:51 ` Fredrik Gustafsson
  0 siblings, 1 reply; 12+ messages in thread
From: Sedat Kapanoglu @ 2013-08-10 12:10 UTC (permalink / raw)
  To: git

Hi,

I verified this behavior on Git 1.7.8 and 1.8.3.

My D:\src folder is a symlink to another folder in my Google Drive, created
by Windows command mklink /d d:\src "d:\Google Drive\src"

D:\src>git clone https://github.com/jlewallen/jenkins-hipchat-plugin.git
Cloning into 'jenkins-hipchat-plugin'...
fatal: Invalid symlink 'D:/src': Function not implemented

The same error is shown with the bash prompt too:

$ git clone https://github.com/jlewallen/jenkins-hipchat-plugin.git
Cloning into 'jenkins-hipchat-plugin'...
fatal: Invalid symlink 'd:/src': Function not implemented

If I go one directory below (D:\src\somethingelse) the command works fine
but not at the root of the symlink directory.

Thanks,

Sedat

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-09-08 23:40 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-10 12:10 git clone doesn't work in symlink dir roots on Windows Sedat Kapanoglu
2013-08-10 12:51 ` Fredrik Gustafsson
2013-08-10 16:22   ` Sedat Kapanoglu
2013-08-10 16:22     ` Sedat Kapanoglu
2013-08-10 16:34     ` Fredrik Gustafsson
2013-08-11  3:04       ` Erik Faye-Lund
2013-08-11  7:28         ` Sedat Kapanoglu
2013-08-11 14:05           ` Erik Faye-Lund
2013-08-20  7:30       ` Michael Geddes
2013-08-23 19:12         ` MNGoldenEagle
2013-08-28  0:54           ` Michael
2013-09-08 23:40             ` MNGoldenEagle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).