-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Fetch doesn't work in repository on windows share. #1260
Comments
This description is highly unclear and even a cursory attempt at replicating this issue finds no Git bug. Feel free to provide substantially more information. |
Please see the bash console log below. ` adiiacm1@MD1APWHC MINGW64 //md164x2c/jfw adiiacm1@MD1APWHC MINGW64 //md164x2c/jfw adiiacm1@MD1APWHC MINGW64 //md164x2c/jfw/bin ((S7PCPU_TOOLS_JFW_5.00)) adiiacm1@MD1APWHC MINGW64 //md164x2c/jfw/bin ((S7PCPU_TOOLS_JFW_5.00)) adiiacm1@MD1APWHC MINGW64 //md164x2c/jfw/bin ((S7PCPU_TOOLS_JFW_5.00)) adiiacm1@MD1APWHC MINGW64 //md164x2c/jfw/bin ((S7PCPU_TOOLS_JFW_5.00)) fatal: Not a git repository (or any of the parent directories): .git ` |
@fsylla several random points:
|
I tried to reproduce the issue by |
@kostix |
It might mean some weird problem with the Git's logic used to figure out where the repository's Git database resides (that's why I asked for that test). The idea is that when you force the location of the database, that algorythm is not exersized. |
@dscho |
I think that the problem here was the top-level of the UNC directory, and that I managed to fix it in response to #1320. Git for Windows v2.14.3 will come out later today, with the fix, please keep an eye open and test whether this fixes your issue, too. |
Yes, it does. V2.14.3 behaves as expected. Thank you! |
Setup
$ cmd.exe /c ver
Microsoft Windows [Version 6.1.7601]
defaults?
** insert your commands here **
cd into top level of repository containing .git
git fetch
download from remote origin
Error message
fatal: Not a git repository (or any of the parent directories): .git
Additional problem:
git status doesn't work in top level directoy but in it's subdirectories.
URL to that repository to help us with testing?
** insert URL here **
This problem didn't occur in Git for Windows 2.12.2.2
The text was updated successfully, but these errors were encountered: