Zainstaluj helper do pass:
$ xbps-install -S pass-git-helper
Ustaw helpder:
$ git config --global credential.helper '!pass-git-helper $@'
Skonfiguruj:
$ mkdir -p ~/.config/pass-git-helper
$ touch ~/.config/pass-git-helper/git-pass-mapping.ini
Wpisz:
[DEFAULT]
username_extractor=regex_search
regex_username=^login: (.*)$
albo:
[DEFAULT]
username_extractor=specific_line
line_username=1