-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Local git repository does not exist after sucessfull clone when used from cygwin ssh/bash #568
Comments
For the sake of completeness, I tried to reproduce in powershell and it (had the same problem as cygwin bash and) revealed the culprit a bit. Absolute paths like |
I'm not quie sure what this bug report is about. You mean you're trying to clone on Windows into
Is my summary correct? Having special treatment for names like |
I come across this problem in cygwin where |
@olivergondza, Git for Windows has nothing to do with Cygwin: it uses no part of its runtime and is generally unaware about the very Cygwin existence. GfW uses MinGW for building, and some bits of it (notably some tools, ported from Unix -- such as You might check this -- especially see the point 6 in the "Runtime" section. |
While Git for Windows ships with a modified version of Cygwin, it is not expected to interact well with software that records paths other than Windows ones (i.e. Cygwin's POSIX paths). |
git clone
fail to create the target directory silently (more details in [1]). I am not sure if this use-case is supported, though. It works correctly from git bash shipped with Git for Windows.[1] http://stackoverflow.com/questions/34266571/local-git-repository-does-not-exist-after-sucessfull-clone
The text was updated successfully, but these errors were encountered: