docs: add comment about prompting user for URL opening

This commit is contained in:
Paul Gauthier 2024-10-30 11:42:44 -07:00 committed by Paul Gauthier (aider)
parent 9e0e68caf9
commit 763724ed4e

View file

@ -366,6 +366,7 @@ def sanity_check_repo(repo, io):
io.tool_error("Aider only works with git repos with version number 1 or 2.")
io.tool_output("You may be able to convert your repo: git update-index --index-version=2")
io.tool_output("Or run aider --no-git to proceed without using git.")
#ai ask if the user wants to open the url!
io.tool_output(urls.git_index_version)
return False