Skip to content

Commit 8a8c89f

Browse files
authored
Follow up to #277: tone down git-credential warning slightly (#511)
cc @SBrandeis
1 parent 071c547 commit 8a8c89f

File tree

1 file changed

+2
-2
lines changed
  • src/huggingface_hub/commands

1 file changed

+2
-2
lines changed

src/huggingface_hub/commands/user.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ def _login(hf_api, username=None, password=None, token=None):
407407
print(
408408
ANSI.red(
409409
"Authenticated through git-credential store but this isn't the helper defined on your machine.\nYou "
410-
"will have to re-authenticate when pushing to the Hugging Face Hub. Run the following command in your "
411-
"terminal to set it as the default\n\ngit config --global credential.helper store"
410+
"might have to re-authenticate when pushing to the Hugging Face Hub. Run the following command in your "
411+
"terminal in case you want to set this credential helper as the default\n\ngit config --global credential.helper store"
412412
)
413413
)

0 commit comments

Comments
 (0)