Mention how to get rid of X11 warnings
This commit is contained in:
parent
651ebee618
commit
af19cccc83
1 changed files with 15 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue