X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:reply-to:from:date:message-id
	:subject:to:content-type; q=dns; s=default; b=OeYkjmMAWFgEL3VVRy
	pX9q6e7Y5JKpqmdu1R20GIk1L5hcW21ZAPa/AyqADOpe3e8Y84iAqnoyZJ6/b47b
	zByC2Sej1MYXgw09TJu+0iGDhg1WmfuXDz1aGlN4aWmN/xxP29Kkb98mObml2O4l
	1qf93wa9suVbg2igpzP1QsN3U=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:reply-to:from:date:message-id
	:subject:to:content-type; s=default; bh=abDqefy21Aqk77QVO+OY6Nc5
	FH4=; b=ZSQfK2TNGYjrobVROs8TorA98ZR1JLWtNhEP+FHC0xKE3sMxZ3aLjZum
	mmQWh9gdRVawiTRK5dGaT+x3FTWYAorQTHi9i1io6vuaAQ/t4awT7HOghEYoFQrS
	lflelXvyD6ynDP0MytmHbQjLX3rplFHpCRFueCMPqY+tg9mPtwU=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: Yes, score=5.5 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=UD:gstatic.com, Bash, Projects, UD:mail.google.com
X-HELO: mail-qt0-f182.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=1e100.net; s=20161025;        h=x-gm-message-state:mime-version:reply-to:from:date:message-id         :subject:to;        bh=0upT0UfbkGTLUZW0d79euQXb2lus0H/MF5tIZMV9F8Q=;        b=rZXU/Qru/BNlJg3UZca+uO5xVczAeD0PotLDxu/6dn4epwA0YOG5fG2L9//06Td1N0         ms0MgJnPVaifzf5G5ZYInOc6lJFqy6FgCWf6PE/De3WYbF4dmD8yGr6yEYqQZXZFMfni         dr2CbbZI37Rxn+X4iH3A6+poS+kzwqVSRF6weLLbDYqIgSqQ8Vee9vLcJVKHAuD4BR/h         BWvFvWq8ihjbXOqgDRl4m4A1rQwhTbtL+ZvYuy7kvFbcT9zykFKoPp9NxsufKyv+yYFU         t4EWCEC/hKMVxSxue9+vHfdy2hixsQK5kpuEXhSiPCoVuVVLhEx6PwAEvnc6BSrQXKRn         9oLg==
X-Gm-Message-State: AMCzsaVjbESgd4015XxMNCDuSY0UJhGPCwdz9WDxVhJ7IpJfWnOoxOOg	0DcDPIq8HF7GuX/I2RgWdaDiPH/yuOdMt1rZBjyNGYXG
X-Google-Smtp-Source: ABhQp+St6VJ3Sxs8XGKEtilw6erifITSTaX2vtdeXvddOuasnJ3S867ufzIoPR4Up/Zk0lMbHgBXxc6hxlUyBwrp9Hw=
X-Received: by 10.37.189.76 with SMTP id p12mr998748ybm.326.1508177562367; Mon, 16 Oct 2017 11:12:42 -0700 (PDT)
MIME-Version: 1.0
Reply-To: furashgary@gmail.com
From: Gary Furash <furashgary@gmail.com>
Date: Mon, 16 Oct 2017 11:12:11 -0700
Message-ID: <CABdLNwAsuauXGD9-uM_uf29qWSd5XL2SZMrkDqX41Z5APLci9A@mail.gmail.com>
Subject: Cygwin Git can't Sync File Based Repository
To: cygwin@cygwin.com
Content-Type: text/plain; charset="UTF-8"

For example, I have a repository that looks like this

[gffurash ~/Documents/Projects/wo219161] $ git remote -v
origin  file://v:/GitSrcCtrl/wo219161 (fetch)
origin  file://v:/GitSrcCtrl/wo219161 (push)

it syncs w/ the remote destination in windows

If I sync from Git Bash (downloaded from the git site) it works fine. If I
sync from Cygwin GIT, I get the following

fatal: '/GitSrcCtrl/wo219161' does not appear to be a git repository
fatal: Could not read from remote repository.

Please make sure you have the correct access rights and the repository
exists
Trying to create the repository from Cygwin doesn't work either.

[gffurash ~/Downloads] $ git clone /cygdrive/v/GitSrcCtrl/wo219161/
Cloning into 'wo219161'...
done.
[gffurash ~/Downloads] $ touch a
[gffurash ~/Downloads] $ git add .
fatal: Not a git repository (or any parent up to mount point /cygdrive)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).


-- gary furash | furashgary@gmail.com, 520-907-2470

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

