Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Encoding issue with GitPython and Aider Usage #2030

Open
@cvjxendra

Description

@cvjxendra

Environment:

  • OS: Windows 10.
  • Python: 3.11.9
  • Git: 2.46.1.windows.1
  • Aider v0.83.2 (this is the current version)
  • Git repository index version: 2 (verified with git update-index --show-index-version)

I’m encountering an issue when using Aider, a programming tool that relies on GitPython to interact with my Git repository. When starting Aider, I get the following error:
"Unable to read staged files: 'utf-8' codec can't decode byte 0xf5 in position 18: invalid start byte"

Because of this error, I’m forced to run Aider with the --no-git option to bypass Git integration.

My repository primarily contains legacy Delphi 7 code, with files encoded in Windows-1252.

If I understand correctly, GitPython assumes files are in UTF-8 by default, but this doesn’t match my files’ encoding. Given the legacy nature of the project and the large number of files, converting them all to UTF-8 is not a viable solution for me.

There are any solutions in this case?

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp