aws / git-remote-codecommit

An implementation of Git Remote Helper that makes it easier to interact with AWS CodeCommit
Apache License 2.0
271 stars 38 forks source link

git pull - fatal: Failed to write item to store. #38

Open costincaraivan opened 1 year ago

costincaraivan commented 1 year ago
git pull

fatal: Failed to write item to store. [0x6c6]
fatal: The array bounds are invalid
Already up to date.

git version 2.39.0.windows.1

Name: git-remote-codecommit
Version: 1.16
Summary: Git remote prefix to simplify pushing to and pulling from CodeCommit.
Home-page: https://github.com/awslabs/git-remote-codecommit
Author: Amazon Web Services
Author-email: UNKNOWN
License: Apache License 2.0
Location: .pyenv\pyenv-win\versions\3.8.10\lib\site-packages
Requires: botocore
Required-by:
The syntax of the command is incorrect.
costincaraivan commented 1 year ago

This works now, after setting a pyenv global Python version.

However the scary error message is still there.

git pull
fatal: Failed to write item to store. [0x6c6]
fatal: The array bounds are invalid

git push shows the same thing.