From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 46D21E00922; Fri, 3 Apr 2015 11:18:27 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.213.182 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from mail-ig0-f182.google.com (mail-ig0-f182.google.com [209.85.213.182]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 07C9AE00914 for ; Fri, 3 Apr 2015 11:18:25 -0700 (PDT) Received: by igblo3 with SMTP id lo3so13324907igb.0 for ; Fri, 03 Apr 2015 11:18:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=90cpfV1D/WlD4pi+dQMbRotcEClU8z4yDzjT9R9EyJs=; b=veOlaaHyNnfYZt/JgJGd9h+HiWWRrCcrobQz2Hl/TKiC2ZgoUPeLCB6tCcuuIrAA1j JjNt8/LlZXCidc8orrCIFgk33xF2Jt4AB/iMfOwpEq1fFTVly+8d2/RSGii4rVKUT6a1 plqafoc2wjZOVskLpNnUP6bmzQnospKHGF49lXD7wk5YkGOqvimXL3PrPMymqMlstmtF XllA6e08/kOBOYgmtabBhc1na/F92ZPvyDLBUWi+HT7xZOb/rYdE6HHeksri4f+9+LaG vF0bl3ZucyYf8ZUa+9I9jqrQ7mXa70LxCQ0r+HwJGy+l4byJr20gEUe7hwvZDVQBJT2W x9Eg== MIME-Version: 1.0 X-Received: by 10.107.130.165 with SMTP id m37mr3776402ioi.62.1428085105315; Fri, 03 Apr 2015 11:18:25 -0700 (PDT) Sender: otavio.salvador@gmail.com Received: by 10.107.23.6 with HTTP; Fri, 3 Apr 2015 11:18:25 -0700 (PDT) In-Reply-To: <551E8DD1.4050009@mail.bg> References: <000b01d06db9$16b45a00$441d0e00$@neusoft.com> <551E0BE4.2080305@mail.bg> <001b01d06df0$38509c50$a8f1d4f0$@neusoft.com> <551E8DD1.4050009@mail.bg> Date: Fri, 3 Apr 2015 15:18:25 -0300 X-Google-Sender-Auth: 1OEHzW5U8Y3O8LBpFpDnQ1B1FTY Message-ID: From: Otavio Salvador To: Nikolay Dimitrov Cc: =?UTF-8?B?5L6v5ZCN?= , "meta-freescale@yoctoproject.org" Subject: Re: "Repo Sync" FAILED: how to by-pass companies proxies ? X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Apr 2015 18:18:27 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello, On Fri, Apr 3, 2015 at 9:55 AM, Nikolay Dimitrov wrote: > On 04/03/2015 12:26 PM, =E4=BE=AF=E5=90=8D wrote: >> >> -----Original Message----- >> From: Nikolay Dimitrov [mailto:picmaster@mail.bg] >> Sent: Friday, April 03, 2015 11:41 AM >> To: Otavio Salvador; =E4=BE=AF=E5=90=8D >> Cc: meta-freescale@yoctoproject.org >> Subject: Re: [meta-freescale] "Repo Sync" FAILED: how to by-pass compani= es >> proxies ? >> >> On 04/03/2015 06:08 AM, Otavio Salvador wrote: >>> >>> Hello Sir, >>> >>> On Thu, Apr 2, 2015 at 11:51 PM, =E4=BE=AF=E5=90=8D = wrote: ... >>>> >>>> My Company Proxy. Port 443/22. SSH is Blocked. So when I repo sync, >>> >>> ... >>> >>> Please take a look on following links, which might help: >>> >>> https://source.android.com/source/downloading.html#troubleshooting-net >>> work-issues >>> >>> http://elinux.org/Using_git_with_a_proxy >>> >>> It is a little tricky but should work. >>> >>> Best Wishes, >> >> >>> git config --global url."https://".insteadOf git:// >> >> >>> Regards, >>> Nikolay >> >> >> [=E4=BE=AF=E5=90=8D] Thank you for your suggestion. >> I used your method, Configuring the proxy(user:password) >> and git(https instead of git). >> still does not work. >> And the error is the same as before. > > > Ahh, ok. I understood why it doesn't work. Here's a fixed manifest.xml, > which should work through your firewall: > > > > > > > > > > > > > path=3D"sources/meta-fsl-arm"/> > > path=3D"sources/meta-openembedded"/> > > path=3D"sources/base"> > > > > > path=3D"sources/meta-fsl-arm-extra"/> > path=3D"sources/meta-fsl-demos"/> > path=3D"sources/Documentation"/> > > You could send a patch for dizzy and master changing to use https? this does not seem to offer any drawback AFAIK and would make community life eaiser ;) --=20 Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750