GIT push whines about untrusted X11 forwarding setup failed

This is an ssh issue, not a git issue. What you are seeing is not a git whine, it’s a valid warning from your ssh client. You should ensure that your ssh config doesn’t attempt X11 forwarding by default (git doesn’t need it), or at least turn it off for the host you are connecting to.

In your ~/.ssh/config try:

ForwardX11 no

either in the host specific section or globally.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)