From: Lars Magne Ingebrigtsen <larsi@gnus.org> Date: Sun, 16 Nov 2014 14:31:20 +0000 (+0100) Subject: Mention how to get rid of X11 warnings X-Git-Tag: emacs-25.0.90~2635^2~453 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=af19cccc837b1371911988cf99c8c6140bb9cc4a;p=emacs.git Mention how to get rid of X11 warnings --- diff --git a/admin/notes/git-workflow b/admin/notes/git-workflow index 798f363881f..33ba39fbcd0 100644 --- a/admin/notes/git-workflow +++ b/admin/notes/git-workflow @@ -70,3 +70,18 @@ Merging emacs-24 to trunk ========================= This has yet to be written. + + +Warnings about X11 forwarding +============================= + +If you get warnings like + +Warning: No xauth data; using fake authentication data for X11 forwarding. +X11 forwarding request failed on channel 0 + +when pulling or pushing data, add the following to the start of +~/.ssh/config: + +Host git.sv.gnu.org + ForwardX11 no