Change default agent.enable_git_ask_pass to True

This commit is contained in:
allegroai
2023-12-20 17:44:41 +02:00
parent 030cbb69f1
commit f5861b1e4a
3 changed files with 5 additions and 5 deletions

View File

@@ -45,8 +45,8 @@
# it solves passing user/token to git submodules.
# this is a safer way to ensure multiple users using the same repository will
# not accidentally leak credentials
# Only supported on Linux systems, it will be the default in future releases
# enable_git_ask_pass: false
# Note: this is only supported on Linux systems
# enable_git_ask_pass: true
# in docker mode, if container's entrypoint automatically activated a virtual environment
# use the activated virtual environment and install everything there