mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
docs: add comment about prompting user for URL opening
This commit is contained in:
parent
9e0e68caf9
commit
763724ed4e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue