-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Open
Description
Aider version: 0.86.1
Python version: 3.12.3
Platform: Linux-6.14.0-37-generic-x86_64-with-glibc2.39
Python implementation: CPython
Virtual environment: Yes
OS: Linux 6.14.0-37-generic (64bit)
Git version: git version 2.43.0
An uncaught exception occurred:
Traceback (most recent call last):
File "util.py", line 1051, in _obtain_lock_or_raise
with open(lock_file, mode="w"):
^^^^^^^^^^^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: '/home/x/.git/config.lock'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "aider", line 10, in <module>
sys.exit(main())
^^^^^^
File "main.py", line 741, in main
git_root = setup_git(git_root, io)
^^^^^^^^^^^^^^^^^^^^^^^
File "main.py", line 144, in setup_git
with repo.config_writer() as git_config:
^^^^^^^^^^^^^^^^^^^^
File "base.py", line 711, in config_writer
return GitConfigParser(self._get_config_path(config_level), read_only=False, repo=self, merge_includes=False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "config.py", line 376, in __init__
self._acquire_lock()
File "config.py", line 395, in _acquire_lock
self._lock._obtain_lock()
File "util.py", line 1063, in _obtain_lock
return self._obtain_lock_or_raise()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "util.py", line 1054, in _obtain_lock_or_raise
raise IOError(str(e)) from e
OSError: [Errno 13] Permission denied: '/home/x/.git/config.lock'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels