X-Recipient: archive-cygwin AT delorie DOT 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=dP4DLTjN6f19B3RO0H Y0hjMp04TjnwwPQ4lpRwZmuzpPhRykFoAFcxkkcCnXlZJnbXYuYNm/M1WmI5z5LS 5noIJ4u70xsGqoJaqKYwn4DycmQxRX+PakO8kPM7m8AiLYGHsqvn/VVB14sDlfuQ 9yWYavARKCONcD6HcCpy+JWO4= 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=vBPErz18KkFfHVCdl1Vj+XMw AM0=; b=D92bgLcSBgWi7u1YSg0vgIFl9c1tzj1zdl5p2z/GZfcHFgvWwafi49xJ yQZhPSET4aMg/QxItmACkAPxUJQEYUkuvtR6CkmQJjxKMMfYBnVRR8wzapRIpf1d fA9+GKLDzVq0npn4MrqGR//ahTFIhxBcF3kkBZqU+1tmGlGWk2g= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=4.8 required=5.0 tests=BAYES_20,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Doesnt, Doesn't, Bash, Projects X-HELO: mail-qt0-f178.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=TJlfrDrmrBzvklMZ+aHMzffQ29z0vmt8m9WjcYCWZcE=; b=LwwY2JQHzkYXJeYgBp5izSiuSstp1V1P2mQrJGNnqnHFAJUoPYRvGf1MNNnKQvdoyA G5Go00vd/Lt0SZGfbCbldjFziMq0Mw/7bliO4L/gRxt8oXYG1RVaIY+BwA8xIZVRSKP/ 6DQyadYFF6hkfOHSqgFyiPaR/T7kHt/8ktawynS2zudwCXhKlyhEoqqV+GdxNsSWdZ35 xQHFZlPn+aqAbeq/LyHrp2dV/caFijPWz+Ghtf1+BUMCh27gXA5w8WdT7SFo7cW9rfGL wRyYSyr2wXxAXQ1U8qg5frGMArZpm0WaHHJAQG04V1IS6U4Fj+3ENa587UaIX/AXAvW6 F5Hg== X-Gm-Message-State: AMCzsaVedhZkjlosZvOnXRClhu7M4xLmXal6g3J1QVq420viFBMBlnkD r0KjqFN2vr6CwKRA5PskImAuE3kJt5L4kW6kADl1zbVr X-Google-Smtp-Source: ABhQp+QCQQlMna2MGqs13N0q9/vqKttAB6ncFCmFEoljv+ZORNhbtdmLL16JMaj+QgQuoLRmpFymdmBmIW3Mhf4goXw= X-Received: by 10.129.105.137 with SMTP id e131mr863746ywc.128.1508173103650; Mon, 16 Oct 2017 09:58:23 -0700 (PDT) MIME-Version: 1.0 Reply-To: furashgary AT gmail DOT com From: Gary Furash Date: Mon, 16 Oct 2017 09:57:53 -0700 Message-ID: Subject: File Based Repository Doesn't Work w/ Git (but works fine w/ Git Bash) To: cygwin AT cygwin DOT 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. -- gary furash | furashgary AT gmail DOT 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