8000 macos webauthn bluetooth description by maceip · Pull Request #114 · tauri-apps/cef-rs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

macos webauthn bluetooth description #114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

maceip
Copy link
@maceip maceip commented Jun 5, 2025

.

@wravery
Copy link
Contributor
wravery commented Jun 11, 2025

@maceip There's an organization policy that commits must be signed/verified which prevents me from merging your PR. Would you mind pushing a signed commit, or do you need me to do that on your behalf? I think since maintainers are allowed to edit the PR, I probably could, but it's better if you use your own key/certificate.

More info here: https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits

@wravery
Copy link
Contributor
wravery commented Jun 23, 2025

@maceip sorry, it still says merging is blocked because the first commit is still unsigned. I think you can fix it by doing something like the following:

git reset --keep origin/dev
git commit -a -m 'chore[macos]: webauthn bluetooth NSBluetoothAlwaysUsageDescription'

If you're using an IDE or GUI, the key is to keep your local files with reset --keep and then to recreate the original commit message, this time with a single commit that has a signature. Then, when you're sure you've got a signed commit with all of your changes:

git push --force

(or the equivalent in your GUI/IDE)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0