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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=lEN13CWEPtsFEgce Ge171PKVYKasbT8QKhpNQAtCpLP2jeb/09Xxh9Wk/zauZZIUofcx4bjVs00jluVz JQcRPLlcfHwV6gXKZgyNxFk5Iq0DnH5a0shkCKDBR4H8yRVUglqTJlpH3q8cdbr/ m3VeoSTBQU55DMBblnTHkUuVce4= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=cNyFDQZbwpx32kR9jIgCsk 8vL0s=; b=wo/+J3QHxu/rVcJauuRGPwLpYwOA0psZc5TN+HwVs2RZPg5wDuuipk 8hy23MZS6GGUCfVskP0HUvCtBzwaAkwLSsBgefHhTQB4mnC2NKN109i6DuHscZxh cbnx8Wvoq2Q6BwE+0NkZn+3oHPolXmylfYKgVwRnG4TWY4OMR+u+c= 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=-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 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) Subject: Re: git can not access remote repository anymore after cygwin+git update To: cygwin AT cygwin DOT com References: <1508413112 DOT 1415844 DOT 1144072992 DOT 30CCBCC6 AT webmail DOT messagingengine DOT com> From: Marco Atzeri Message-ID: Date: Thu, 19 Oct 2017 14:28:08 +0200 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 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