This repository was archived by the owner on Sep 11, 2020. It is now read-only.
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
Error when pushing to an AWS CodeCommit repo (offset deltas are not supported) #945
Closed
Description
We are trying to use go-git to interact with AWS' CodeCommit over HTTPS. After figuring out the auth portion I ran into the following errors when pushing to the repo:
'unpack error: protocol error (offset deltas are not supported)'
and the push failed. I am working on a PR that addresses this issue by using RefDeltas instead of OFSDeltas on push.