From mboxrd@z Thu Jan 1 00:00:00 1970 From: "J. Bakshi" Subject: Re: How can I append authentication with "git push" ? Date: Mon, 16 Jul 2012 13:55:12 +0530 Message-ID: <20120716135512.1a3ce06c@shiva.selfip.org> References: <20120712134844.2d1c4378@shiva.selfip.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: git@vger.kernel.org To: unlisted-recipients:; (no To-header on input) X-From: git-owner@vger.kernel.org Mon Jul 16 10:25:29 2012 Return-path: Envelope-to: gcvg-git-2@plane.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SqgcR-0000MW-Cf for gcvg-git-2@plane.gmane.org; Mon, 16 Jul 2012 10:25:27 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752369Ab2GPIZV (ORCPT ); Mon, 16 Jul 2012 04:25:21 -0400 Received: from static.88-198-19-49.clients.your-server.de ([88.198.19.49]:45417 "EHLO zimbra.infoservices.in" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752337Ab2GPIZU (ORCPT ); Mon, 16 Jul 2012 04:25:20 -0400 Received: from localhost (localhost [127.0.0.1]) by zimbra.infoservices.in (Postfix) with ESMTP id 7F4FCD628F5 for ; Mon, 16 Jul 2012 10:25:18 +0200 (CEST) X-Virus-Scanned: amavisd-new at zimbra.infoservices.in Received: from zimbra.infoservices.in ([127.0.0.1]) by localhost (zimbra.infoservices.in [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8gfpmE9hstFa for ; Mon, 16 Jul 2012 10:25:18 +0200 (CEST) Received: from shiva.selfip.org (unknown [122.176.30.116]) by zimbra.infoservices.in (Postfix) with ESMTPSA id 0E610D628B9 for ; Mon, 16 Jul 2012 10:25:16 +0200 (CEST) In-Reply-To: <20120712134844.2d1c4378@shiva.selfip.org> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Any idea please ? On Thu, 12 Jul 2012 13:48:44 +0530 "J. Bakshi" wrote: > > Dear list, > > Is there any option to add user-name and password with git push ? > Or any repo wise configuration file where I can save the info, so that > it doesn't ask the credential before every push ? > > Thanks