forked from git/git
-
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
git ls-remote fails when called if the shell is on a UNC path #1181
Comments
James-Dengel
changed the title
git ls-remote fails when on a UNC path
git ls-remote fails when called if the shell is on a UNC path
May 26, 2017
Please test the newest snapshot here: https://wingit.blob.core.windows.net/files/index.html |
dscho
added a commit
to git-for-windows/build-extra
that referenced
this issue
May 30, 2017
Executing `git.exe` in Git Bash when the current working directory is a UNC path [now works as expected](git-for-windows/git#1181). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
dscho
added a commit
that referenced
this issue
May 30, 2017
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
dscho
added a commit
that referenced
this issue
May 30, 2017
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
dscho
added a commit
that referenced
this issue
May 30, 2017
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
dscho
added a commit
that referenced
this issue
May 30, 2017
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
dscho
added a commit
that referenced
this issue
Jun 5, 2017
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Thanks I have tested this now and it works on a Network Path. Thanks. |
Thank you for testing and sharing the results. |
dscho
added a commit
that referenced
this issue
Jun 7, 2017
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
dscho
added a commit
that referenced
this issue
Jun 7, 2017
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
git-for-windows-ci
pushed a commit
that referenced
this issue
Jun 7, 2017
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
dscho
added a commit
that referenced
this issue
Jun 7, 2017
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
dscho
added a commit
that referenced
this issue
Jun 19, 2017
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
git-for-windows-ci
pushed a commit
that referenced
this issue
Jun 19, 2017
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
git-for-windows-ci
pushed a commit
that referenced
this issue
Jun 20, 2017
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
dscho
added a commit
that referenced
this issue
Jun 21, 2017
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
dscho
added a commit
that referenced
this issue
Jun 21, 2017
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
dscho
added a commit
that referenced
this issue
Jun 21, 2017
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
git-for-windows-ci
pushed a commit
that referenced
this issue
Jun 25, 2017
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
git-for-windows-ci
pushed a commit
that referenced
this issue
Aug 26, 2019
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
git-for-windows-ci
pushed a commit
that referenced
this issue
Sep 2, 2019
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
git-for-windows-ci
pushed a commit
that referenced
this issue
Sep 2, 2019
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
git-for-windows-ci
pushed a commit
that referenced
this issue
Sep 2, 2019
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
dscho
added a commit
that referenced
this issue
Sep 9, 2019
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
dscho
added a commit
that referenced
this issue
Sep 10, 2019
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
git-for-windows-ci
pushed a commit
that referenced
this issue
Sep 16, 2019
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
dscho
added a commit
that referenced
this issue
Sep 18, 2019
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
git-for-windows-ci
pushed a commit
that referenced
this issue
Sep 24, 2019
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
dscho
added a commit
that referenced
this issue
Sep 24, 2019
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
git-for-windows-ci
pushed a commit
that referenced
this issue
Sep 30, 2019
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
dscho
added a commit
that referenced
this issue
Oct 2, 2019
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
git-for-windows-ci
pushed a commit
that referenced
this issue
Oct 7, 2019
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
git-for-windows-ci
pushed a commit
that referenced
this issue
Oct 17, 2019
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
dscho
added a commit
that referenced
this issue
Oct 21, 2019
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
dscho
added a commit
that referenced
this issue
Oct 23, 2019
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
dscho
added a commit
that referenced
this issue
Oct 25, 2019
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
dscho
added a commit
that referenced
this issue
Oct 30, 2019
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
dscho
added a commit
that referenced
this issue
Nov 2, 2019
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
dscho
added a commit
that referenced
this issue
Nov 6, 2019
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
dscho
added a commit
that referenced
this issue
Nov 16, 2019
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
dscho
added a commit
that referenced
this issue
Nov 25, 2019
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
dscho
added a commit
that referenced
this issue
Nov 26, 2019
The first offset in a UNC path is not the host name, but the folder name after that. This fixes #1181 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Setup
Windows 7 64 bit.
defaults?
to the issue you're seeing?
I am currently working on a UNC mount, this worked in previous version of git 2.9.13 was the version I was running previously.
If i map the drive or use a local path it works correctly.
Details
I can reproduce this issue with Powershell or from within GitBash as long as I am on a UNC path.
Minimal, Complete, and Verifiable example
this will help us understand the issue.
2918018474e9d7e408d5bb2667d91ab83aeeb53b refs/heads/merckx
2918018474e9d7e408d5bb2667d91ab83aeeb53b refs/svn/root/branches/merckx
fatal: failed to stat ' //sw-filer2': No such file or directory
URL to that repository to help us with testing?
It occurs on all repositories and only on a UNC path.
The text was updated successfully, but these errors were encountered: