Re: git-2.12.3-1: Cannot push to a remote with a Windows network path URL

2017-10-30 Thread Jonathan Chan
Hopefully I'm not breaking etiquette, but an update may be useful for others. It looks like this issue is no longer an issue in git-2.14.3-1, though it may be fixed in earlier releases. The relevant patch is probably https://github.com/git/git/commit/496f256 merged into master for 2.13.4. The ear

Re: git-2.12.3-1: Cannot push to a remote with a Windows network path URL

2017-07-03 Thread Adam Dinwoodie
On Thu, Jun 22, 2017 at 06:48:32PM -0700, Jonathan Chan wrote: > After updating to git-2.12.3-1, I have been unable to push to a remote > with a Windows network path URL: > $ git push origin > Counting objects: 3, done. > Delta compression using up to 4 threads. > Compressing object

Re: git-2.12.3-1: Cannot push to a remote with a Windows network path URL

2017-06-23 Thread Jonathan Chan
Thanks for the quick response :) $ git remote -vv origin file:network/path/to/git-repository (fetch) origin file:network/path/to/git-repository (push) > Your URL is invalid. > Try file://network/path/to/git-repository $ git remote add testing file://network/path/to/git-r

Re: git-2.12.3-1: Cannot push to a remote with a Windows network path URL

2017-06-23 Thread Andrey Repin
Greetings, Jonathan Chan! > After updating to git-2.12.3-1, I have been unable to push to a remote > with a Windows network path URL: > $ git push origin > Counting objects: 3, done. > Delta compression using up to 4 threads. > Compressing objects: 100% (2/2), done. > Writing o

git-2.12.3-1: Cannot push to a remote with a Windows network path URL

2017-06-22 Thread Jonathan Chan
After updating to git-2.12.3-1, I have been unable to push to a remote with a Windows network path URL: $ git push origin Counting objects: 3, done. Delta compression using up to 4 threads. Compressing objects: 100% (2/2), done. Writing objects: 100% (3/3), 273 bytes | 0 bytes/s