From owner-freebsd-mips@freebsd.org Wed Nov 11 16:24:01 2015 Return-Path: Delivered-To: freebsd-mips@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA208A2C06F for ; Wed, 11 Nov 2015 16:24:01 +0000 (UTC) (envelope-from sreenathbh@rocketmail.com) Received: from nm17-vm6.bullet.mail.ne1.yahoo.com (nm17-vm6.bullet.mail.ne1.yahoo.com [98.138.91.110]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91C561A0E for ; Wed, 11 Nov 2015 16:24:01 +0000 (UTC) (envelope-from sreenathbh@rocketmail.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rocketmail.com; s=s2048; t=1447258910; bh=CG4CQTtDiavm1K8tzJjPJ0+oFTFPzN5r+TKm9ZfK6tY=; h=Date:From:Reply-To:To:Subject:References:From:Subject; b=Dm9wni4j9apJTrFM1mbhnLZmG5FDYXrxGyKn3pQJaEzJzBoLwODNijWCPgSTj3vBlWBaRSsyTK6oc+hrY7yvV3b2i0Rzh0i4Du+HuByBfsXQi2rrsnbd6woSSTjbNDWI5yeNFdXqBxzwV22PVEWOTbFh0ES0Zp1MgU/T6v2iMDs2CkKFT1A6NGzia5wNxjMgHq0g7tOTF+3Zy6bxIGe1k5pTA4WXECPz2GJ4d7IU9/jKQ6KTIPmFyRYwpkxKwAsGYHwSjQpzPyyApdXKAbNaezuRC7H4NQBVRyr7Y6qGfcfSEpGP/brPptpVygbEYDCoXCX6JqzZX/l/MCOWMOTniQ== Received: from [98.138.101.131] by nm17.bullet.mail.ne1.yahoo.com with NNFMP; 11 Nov 2015 16:21:50 -0000 Received: from [98.138.226.161] by tm19.bullet.mail.ne1.yahoo.com with NNFMP; 11 Nov 2015 16:21:50 -0000 Received: from [127.0.0.1] by omp1062.mail.ne1.yahoo.com with NNFMP; 11 Nov 2015 16:21:50 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 426319.55600.bm@omp1062.mail.ne1.yahoo.com X-YMail-OSG: 6Kgw80IVM1nZ7APcrRiJXLYV1HUlmVZzjeg.Nss1dtB8IfFcZvd_03rQaVeOGDs 3GTt5DEpzmmOC.AZNcAihCkRgjZpQrzJ6HDn6jC8KJTmKzIao1wE1q4xljxHsASWRLB81JpxqU1O VFEhwTPkro9dLtuuQ_9jXibid_nphNd51qXV2UK9XHJOkgUdnjYQM0fQ15f.Cg2xDTKuT7qYkkh8 LIacXsGcQJnzMz8sJJQjoHZOyw3uF6h9PUyf1ZLU1wqdzJNv95UWYgOVjBL3gvU7gbllEeOcO6ZF PlDVLrQKa61ZAUJsBC41vmNKenO95BzXY5zc7ZYY25jiG03Y3msTTnxTX_SjPqzn1VivLmqUx2fX 6xMDkYQjXQde5QsCfPX1aIIcwmyYHFMd1JH5ja7X8JPZqnEsaGS2THheYWWVkAysiUuLDiAqmOs6 nSqhmYGc.3EcITCL2ej59ksUgz93ql.R61PwSBIVR2jGfEjnA.iVvtiKiA_RopvfRDP.gDjJ.vTn n2ZJQWwta Received: by 98.138.101.174; Wed, 11 Nov 2015 16:21:49 +0000 Date: Wed, 11 Nov 2015 16:21:49 +0000 (UTC) From: Sreenath Battalahalli Reply-To: Sreenath Battalahalli To: Message-ID: <784402863.2634171.1447258909201.JavaMail.yahoo@mail.yahoo.com> Subject: git authentication MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit References: <784402863.2634171.1447258909201.JavaMail.yahoo.ref@mail.yahoo.com> X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Nov 2015 16:24:01 -0000 Hi I am trying to create a mips build environment on my machine. I am following instructions from https://github.com/freebsd/freebsd-wifi-build/wiki The step git clone git@github.com:freebsd/freebsd-wifi-build data/freebsd/build fails with following error: ------ Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. -------- I have a github account, and I used it instead of "git@" in above command with same result. I think this is a trivial thing, but can't find an answer. Do I need to request specific access to freebsd/freebsd-wifi-build project on Git? thanks, Sreenath