From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 2485110B7 for ; Tue, 6 Mar 2018 13:14:36 +0100 (CET) Received: by mail-wm0-f42.google.com with SMTP id 139so21874351wmn.2 for ; Tue, 06 Mar 2018 04:14:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=f1SPIWN9z5YRkenSouNlUYViZrK5IOuIx++XLwnZe1Q=; b=Vw45TX260ZeW+r2b83eNOkJQGzUHRpg8D4XyZw0PXgItnmh5zz7JakVopYNVUNwSTB iXaq/eqlmBaqmQekoKPkBZoz0++v8cfmv736nU/9M+7T8RqB8sSe1lXLYSY/C85opNE6 eSZdsOP2xAR9oV2+JubNFbUWcGjwOIdybNdwN5LSj4naQlcuDVa99NNUo1LYc1ZvRQ8E KqY6VSMQDwNgyCywUCbDLAIPmypdHBSQHOKJxV2F7QCbO8v5Oy6FUPEhz8N9RBCiehs7 vX12UL+QrsWUoxp3m2aJ+5oG3gBS92Rv6Gz5vFExsQRMnWBlfaCSSVR2yjd9EUmeZihv vQiA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=f1SPIWN9z5YRkenSouNlUYViZrK5IOuIx++XLwnZe1Q=; b=DLFp09R8xpdbmb3nzHi9eu+7Gn5VmnX7t6nYTJ463UaMgKslUaQ7ylOD9kqwRIZJ7R D5dV1ZoBF3jFeielAPLWsaSE1QPUHrVc57Df1L2ymrRzOB4zRwz7DKhvgQZGv+qPs7iZ yB8ccoJaiVkOozO7SVtW/AtGwmirzIF7C7jo7Bjr8v/5UOnJv606o/HsmbRRyHs9e7eP lTKsxTq+V/s+HKDhBLAzFoBqVIDpbBiveZ15aR/yYgAJwF8TLb27qtLVAqGca76boAsT GQO9yOrpIP8ziSt7hkOa9Ly+4HpGSsCQIN/KBujJOuVplMP6o/wPuxSZG6PNKnODDheT 2Oqg== X-Gm-Message-State: AElRT7FxPHN9z6tc6mlDT8qOHg+3Oi1/iIYpS44ef+gRnWwVJ2nXb3CF 9xnarwSdNWI4UYhpEfXY0U+j X-Google-Smtp-Source: AG47ELvA5hxfBh78OlL3tLo/PxNzGWua5ec1cAWbyWvg/rXceBzmnmOKnE3CUo3hy7cErCqlFaAqbw== X-Received: by 10.28.224.135 with SMTP id x129mr12042998wmg.57.1520338475831; Tue, 06 Mar 2018 04:14:35 -0800 (PST) Received: from laranjeiro-vm.dev.6wind.com (host.78.145.23.62.rev.coltfrance.com. [62.23.145.78]) by smtp.gmail.com with ESMTPSA id g52sm31669046wra.20.2018.03.06.04.14.35 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Tue, 06 Mar 2018 04:14:35 -0800 (PST) Date: Tue, 6 Mar 2018 13:14:12 +0100 From: =?iso-8859-1?Q?N=E9lio?= Laranjeiro To: wang.yong19@zte.com.cn Cc: dev@dpdk.org Message-ID: <20180306121412.4c6d55ndggdwnqg4@laranjeiro-vm.dev.6wind.com> References: <201803061854251596042@zte.com.cn> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <201803061854251596042@zte.com.cn> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [dpdk-dev] Anyone who can help? X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Mar 2018 12:14:36 -0000 +Thomas, Hi, On Tue, Mar 06, 2018 at 06:54:25PM +0800, wang.yong19@zte.com.cn wrote: > Hi, > I met a problem when i use git to get code from dpdk.org. I never met this before. > Is there anyone know what happened with this? > > [root@localhost dpdk]# git pull > fatal: unable to access 'http://dpdk.org/git/dpdk/': The requested URL returned error: 502 > > [root@localhost wangyong]# git clone http://dpdk.org/git/dpdk > Cloning into 'dpdk'... > fatal: unable to access 'http://dpdk.org/git/dpdk/': The requested URL returned error: 502 Did you tried with https or git protocol instead? https://dpdk.org/git/dpdk/ git://dpdk.org/git/dpdk/ Regards, -- Nélio Laranjeiro 6WIND