emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] [emacs] 01/01: Mention how to get rid of X11 warnings


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] [emacs] 01/01: Mention how to get rid of X11 warnings
Date: Sun, 16 Nov 2014 14:31:31 +0000

larsi pushed a commit to branch master
in repository emacs.

commit af19cccc837b1371911988cf99c8c6140bb9cc4a
Author: Lars Magne Ingebrigtsen <address@hidden>
Date:   Sun Nov 16 15:31:20 2014 +0100

    Mention how to get rid of X11 warnings
---
 admin/notes/git-workflow |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/admin/notes/git-workflow b/admin/notes/git-workflow
index 798f363..33ba39f 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]