Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Draft: Resolve "Timeout (12s) waiting for privilege escalation prompt:"

Open freezed requested to merge 1-timeout-12s-waiting-for-privilege-escalation-prompt into wip
Files
24
+ 43
0
# ############################################# #
# ~/.gitconfig #
# #
# This file is managed by Ansible #
# Manual edition will be overridden #
# #
# https://lab.frogg.it/fcode/ansible/debian #
# #
# ############################################# #
[color]
diff = auto
status = auto
branch = auto
[alias]
ap = add --patch
ba = branch -av
cia = commit --amend --no-edit
ci = commit
co = checkout
diff = diff --ignore-all-space
lga = log --graph --oneline --decorate --since=10days --all
lgla = log --graph --oneline --decorate --date=short --all
lg = log --graph --oneline --decorate --since=10days
st = status
[mergetool]
keepBackup = no
keepTemporaries = no
prompt = no
[merge]
tool = meld
[url "ssh://git@github.com/"]
pushInsteadOf = https://github.com/
[url "ssh://git@gitlab.com/"]
pushInsteadOf = https://gitlab.com/
[url "ssh://git@lab.frogg.it/"]
pushInsteadOf = https://lab.frogg.it/
Loading