From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/69557 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus Git repository info and comitters: need updated password Date: Fri, 16 Apr 2010 04:47:42 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87fx2vhgox.fsf@lifelogs.com> References: <87sk71o198.fsf@lifelogs.com> <87bpdpgsj9.fsf@gate450.dyndns.org> <87eiiijnqz.fsf@lifelogs.com> <87k4s83k25.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1271411335 5154 80.91.229.12 (16 Apr 2010 09:48:55 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 16 Apr 2010 09:48:55 +0000 (UTC) Cc: ding@gnus.org To: Katsumi Yamaoka Original-X-From: ding-owner+M17951@lists.math.uh.edu Fri Apr 16 11:48:49 2010 connect(): No such file or directory Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O2iAG-00081H-Ss for ding-account@gmane.org; Fri, 16 Apr 2010 11:48:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1O2i9R-0004en-3N; Fri, 16 Apr 2010 04:47:53 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1O2i9O-0004eW-9C for ding@lists.math.uh.edu; Fri, 16 Apr 2010 04:47:50 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1O2i9J-0002aa-76 for ding@lists.math.uh.edu; Fri, 16 Apr 2010 04:47:49 -0500 Original-Received: from blockstar.com ([208.100.47.114] helo=mail.blockstar.com) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1O2i9I-0000pZ-00 for ; Fri, 16 Apr 2010 11:47:44 +0200 Original-Received: from heechee (c-98-227-29-141.hsd1.il.comcast.net [98.227.29.141]) by mail.blockstar.com (Postfix) with ESMTP id F14B03E0638; Fri, 16 Apr 2010 04:47:53 -0500 (CDT) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" In-Reply-To: (Katsumi Yamaoka's message of "Fri, 16 Apr 2010 15:14:23 +0900") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Spam-Score: 0.0 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:69557 Archived-At: On Fri, 16 Apr 2010 15:14:23 +0900 Katsumi Yamaoka wrote: KY> I did it! The Gnus Git repo and the Emacs trunk is now synch'd KY> (the recent changes made in gnus.texi in the emacs-23 branch KY> will be merged to the trunk later). Nice, thanks. KY> First, I found I need setting of the environment variable KY> `HTTPS_PROXY' rather than `http_proxy': KY> export HTTPS_PROXY=proxy.example.com:8080 KY> Second, I didn't know git-remote-https (or git-remote-curl) reads KY> the ~/.netrc file, but it cannot handle password containing SPC. KY> I use just such a password "PASS WORD", and I found out the only KY> way to pass it to Git is: KY> git clone 'https://yamaoka:PASS WORD@git.gnus.org/gnus.git' I'll put this information on the web page as well. Ted