From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 124584 invoked by alias); 16 Oct 2017 18:12:46 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 124574 invoked by uid 89); 16 Oct 2017 18:12:46 -0000 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 Received: from mail-qt0-f182.google.com (HELO mail-qt0-f182.google.com) (209.85.216.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 16 Oct 2017 18:12:44 +0000 Received: by mail-qt0-f182.google.com with SMTP id 8so33587857qtv.1 for ; Mon, 16 Oct 2017 11:12:44 -0700 (PDT) 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 Received: by 10.37.10.202 with HTTP; Mon, 16 Oct 2017 11:12:11 -0700 (PDT) Reply-To: furashgary@gmail.com From: Gary Furash Date: Mon, 16 Oct 2017 18:12:00 -0000 Message-ID: Subject: Cygwin Git can't Sync File Based Repository To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2017-10/txt/msg00147.txt.bz2 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