Skip to content

Instantly share code, notes, and snippets.

View dorcilio's full-sized avatar
🏠
Working from home

Dorcílio João de Oliveira Neto dorcilio

🏠
Working from home
View GitHub Profile
@joseluisq
joseluisq / disable_git_gnome_ssh_askpass.md
Last active April 1, 2024 15:27
Disable Git gnome-ssh-askpass on RedHat related OS (Fedora, CentOS)

Disable Git gnome-ssh-askpass on RedHat related OS (Fedora, CentOS)

1.- Add these lines to ~/·bashrc or ~/.zshrc file :

[ -n "$SSH_CONNECTION" ] && unset SSH_ASKPASS
export GIT_ASKPASS=

2.- Update source files: