projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
651ebee
)
Mention how to get rid of X11 warnings
author
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Sun, 16 Nov 2014 14:31:20 +0000
(15:31 +0100)
committer
Lars Magne Ingebrigtsen
<larsi@gnus.org>
Sun, 16 Nov 2014 14:31:20 +0000
(15:31 +0100)
admin/notes/git-workflow
patch
|
blob
|
history
diff --git
a/admin/notes/git-workflow
b/admin/notes/git-workflow
index 798f363881f775e1b25b46f40afd3673f487609b..33ba39fbcd064438d2005c4b963fa2f6a97bcc34 100644
(file)
--- 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