Hey - I’ve been using the Cursor agent every single day since it was released, and loving it! The only issue I’ve found so far is contributing to open-source projects that require signed commits due to legal reasons.
Usually, big OSS projects require all commits to be signed appropriately, and in our first contribution, further automation asks contributors to sign digitally an authorization to use the code they wrote (see exporter/prometheus: Promote `EnableNativeHistograms` feature flag to beta. by ArthurSens · Pull Request #41105 · open-telemetry/opentelemetry-collector-contrib · GitHub as an example).
While using the agent, the cursor does not sign commits by default, and I’m having trouble making this work even after I tell it to. When I tell cursor to sign all commits with my email, it runs git config-- global user.email "my email"
and then hangs forever!
Has anyone faced this before? Any workaround that worked?