mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
feat: Add git command output display in check_push_access
function
This commit is contained in:
parent
4ef834e295
commit
9c1d050d8b
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,8 @@ def check_push_access():
|
|||
print(result.stderr)
|
||||
sys.exit(1)
|
||||
print("Push access to origin repository confirmed.")
|
||||
print("Git output:")
|
||||
print(result.stdout)
|
||||
|
||||
|
||||
def main():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue