You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2020. It is now read-only.
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.