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=fs1mp++MGCQS9250CM j9lDElQp2oOfKjKxCYGucvbRP+45/341oMbioGb7jJXAfYVpjCzjAKRlHagWEILM dnejaeCEM6i1ZR5ircsKsebEgMHyuLQvR7SVFX+t/k7N3qP45ZSCUkKabl7iLWjH qoli/uGSxK1JRDaYk0O0Qh3yw= 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=diNwapt2Uwgrz6lLt85E0eVU jfM=; b=td6EugndBT5t6BzxIkeeotMmIouuAMykdKxDdpmy3MnIgE4Z7nfcUn/2 VUsoKJons7yylC6X6QehwKjmHsZrWKsPMluQTWdWxxNxnqy0f4qAeCDt18Vl0Xka zvK0tuJ/1XCz+l27kf5aSLc739+aqiOKYTJHG/68q8d4hC+jP3g= 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=3.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Git, GIT, gffurash, Sync X-HELO: mail-qt0-f169.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=AF8ak8ROXqSC48XFZ7MF136nfhSAl3xQxIDjZBcujlw=; b=cPnZzrc1BDcFcKvAKtyFARUtDHvQmHuyOr3gIopUpz/Xrj5LtUTNwHO/ov/mA8Yy/Z fmaUseR4XlL5P7cp2+kzKtxSYmLLjZ9FcthCF/Ny5zqK/CIoA/X+CRvuN3iN3RKidV0g 3xPPItVPsuiQUIJrSgCmS7GtWxlyGxNUvB7b6yvJ64JU/FuGYgqkcC4fBueNIkVxiLRU 4RE1L1QMNXksxa6ATsbFAkHp+oQ1yGZx27xR+vvNc5trR46swipWyq1PwNFX6MG+Fp0v gYy1Dp/C4mhYr0r0iWiUfjW/gY3G9H70UhC9NbnOcjSu4V+xRF21UPe7wWH1bskTDbbJ NifQ== X-Gm-Message-State: AMCzsaV4/yeWakvNwTI6xnZZpLNLURapEP4AMixMwWpa3NAji54LXjCQ Tq+iSUBM1zOIje0vBS4rEbQoVzj6mAjP4CZcDl00Z7p/ X-Google-Smtp-Source: ABhQp+RoH1oxCXWwXglMTgT0WIkHuHKNGqTihKBYmTNYp8ZYxUNXGMZZUXsMNUG4j9uQVXqo2ZnRuztVJHziTa5GYuQ= X-Received: by 10.37.216.130 with SMTP id p124mr1150931ybg.117.1508184589267; Mon, 16 Oct 2017 13:09:49 -0700 (PDT) MIME-Version: 1.0 Reply-To: furashgary AT gmail DOT com From: Gary Furash Date: Mon, 16 Oct 2017 13:09:18 -0700 Message-ID: Subject: Cygwin Git cant' Sync File Based repository To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" From windows GIT [gffurash ~] $ git --version git version 2.14.2.windows.3 [gffurash ~] $ which git /mingw64/bin/git [gffurash ~] $ From Cygwin GIT [gffurash ~] $ git --version git version 2.14.2 [gffurash ~] $ which git /usr/bin/git [gffurash ~] $ in each case they're referring to a different root: the former C:\Progra~1\Git and the latter C:\Cygwin64 -- 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