]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention how to get rid of X11 warnings
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 16 Nov 2014 14:31:20 +0000 (15:31 +0100)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 16 Nov 2014 14:31:20 +0000 (15:31 +0100)
admin/notes/git-workflow

index 798f363881f775e1b25b46f40afd3673f487609b..33ba39fbcd064438d2005c4b963fa2f6a97bcc34 100644 (file)
@@ -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