From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 40933 invoked by alias); 19 Oct 2017 12:28:17 -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 40922 invoked by uid 89); 19 Oct 2017 12:28:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=Fischer, fischer, Ronald, H*f:sk:1508413 X-HELO: mail-wr0-f181.google.com Received: from mail-wr0-f181.google.com (HELO mail-wr0-f181.google.com) (209.85.128.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 19 Oct 2017 12:28:15 +0000 Received: by mail-wr0-f181.google.com with SMTP id k62so8136848wrc.9 for ; Thu, 19 Oct 2017 05:28:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=UbyfB2e8rGd+9l95Fr/vIua+YiijT5uVvbIYDYNOQTE=; b=YK+koRvI4b3AXHkY2YLiCuUPl57Qs5AcEIgnNS1gNfukp+NPJwsp4x9MrCR8JJd9L3 RmGjwImVkw2NUP4+GHQasJbMET0Gz9B08sZUXrkeeEauPfmMI5Mr3plXBlc8/7Wo+SGt x81KCRNk82B2uuzsghWHH8ZCxC4vI3WXwZoVbIf8W6eoHUVQ6UY5gabrmeY3WytYeU67 USCnKvH8/ORRx6qkjMzmSYOT7NxFdywfNxLdj4UbPEnQzUxEilU9DTOwS3At1t/9+pa0 wg/Tomo6+DtjscYHOXgk5CVMIccSKityyGCD5zWDtjDPCOPjGBZwUawV3Sa2p6swnJUU J1/g== X-Gm-Message-State: AMCzsaX/Uenq/m+sae2L/nDg759RpNdLEyLJyxKVYnHEKRq3nzicE8Zf H+uJI06oiTwpF3L4Y+rA55IeOg== X-Google-Smtp-Source: ABhQp+SgDJS3uw2Vo0/7DgTWCcoumV9IETLEJt9CWOtjWsLrGdMm+YIFaMdKBePmGrvkwXy4m+XpgQ== X-Received: by 10.223.139.222 with SMTP id w30mr1625176wra.172.1508416093342; Thu, 19 Oct 2017 05:28:13 -0700 (PDT) Received: from [172.21.192.155] ([149.6.156.42]) by smtp.googlemail.com with ESMTPSA id 50sm14783798wry.84.2017.10.19.05.28.12 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Oct 2017 05:28:12 -0700 (PDT) Subject: Re: git can not access remote repository anymore after cygwin+git update To: cygwin@cygwin.com References: <1508413112.1415844.1144072992.30CCBCC6@webmail.messagingengine.com> From: Marco Atzeri Message-ID: Date: Thu, 19 Oct 2017 12:28:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <1508413112.1415844.1144072992.30CCBCC6@webmail.messagingengine.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-10/txt/msg00190.txt.bz2 On 19/10/2017 13:38, Ronald Fischer wrote: > I'm using 64 Bit Cygwin on Windows 7. After upgrading Git to version > 2.14.2 (I think I had 2.13 or 2.12 before), git can not access our > repository anymore. Commands such as "git pull" or "git push" result > into the error > > > fatal: Could not read from remote repository. > Please make sure you have the correct access rights > and the repository exists. > > > Since I can't go back to the previous version (I didn't find any Git > mirror which has 2.12 or 2.13), I have now intalled Git for Windows > (https://git-scm.com/) along Cygwin git, also in Version 2.14.2. With > this, I don't have any problems (I have installed it in a separate > directory, which is not in my PATH, and I'm using git-scm for operations > which access our remote repository, and Cygwin git for everything else). > > This works fine so far, but I still wonder what has changed in git so > that this is broken. Of course it could also be that the permission > error is not related to the new git version, but to some changes in the > Cygwin core libraries, because they had also been updated. > > Note that there is no "real" access problem from the Windows side, > because if it were so, Git for Windows would also report an error. > > Any idea what's wrong here? > > Ronald > it seems your cygwin package was not update correctly: cygwin 2.9.0-3 OK but 3238k 2017/04/01 C:\cygwin64\bin\cygwin1.dll - os=4.0 img=0.0 sys=5.2 "cygwin1.dll" v0.0 ts=2017-04-01 20:47 Cygwin DLL version info: DLL version: 2.8.0 May be is not the root cause but you should reinstall the package with no running process. Including services -- 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