Skip to content

Commit be5b9a2

Browse files
committed
add comment about username and deploy token
1 parent 79f44cf commit be5b9a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

installation_and_upgrade/ibex_install_utils/tasks/server_tasks.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,6 +352,12 @@ def update_calibrations_repository(self) -> None:
352352
"""Update the calibration repository"""
353353
try:
354354
repo = git.Repo(CALIBRATION_PATH)
355+
print(
356+
"If this is the first time using the gitlab calibration files repo, "
357+
"you'll be prompted for username and password please enter username "
358+
"(required on git-for-windows!) and deploy token - "
359+
'see Keeper for this ("Calibrations repository deploy token")'
360+
)
355361
repo.git.pull()
356362
except git.GitCommandError:
357363
self.prompt.prompt_and_raise_if_not_yes(

0 commit comments

Comments
 (0)