Skip to content
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

🐛 BUG: The wrangler setup does not proceed to the next step #6965

Open
PrasitSahu opened this issue Oct 14, 2024 · 0 comments
Open

🐛 BUG: The wrangler setup does not proceed to the next step #6965

PrasitSahu opened this issue Oct 14, 2024 · 0 comments
Labels
bug Something that isn't working

Comments

@PrasitSahu
Copy link

PrasitSahu commented Oct 14, 2024

Which Cloudflare product(s) does this pertain to?

Wrangler

What version(s) of the tool(s) are you using?

3.80.4

What version of Node are you using?

20.11.1

What operating system and version are you using?

Windows 11

Describe the Bug

Observed behavior

The wrangler setup does not proceed to the next step after implicitly refused to commit the initial change to git.

Expected behavior

The wrangler setup should proceed to the next step and finish the setup process.

Steps to reproduce

  • use GPG key with a password to sign your commits so that it prompts for confirmation before every commit
  • run: git config --global commit.gpgsign true
  • go to your project directory
  • run: npx wrangler init
  • opt for version control
  • A confirmation modal pops up when wrangler tries to make the first commit
  • choose cancel
rec.mp4

Please provide a link to a minimal reproduction

No response

Please provide any relevant error logs

gpg: signing failed: Operation cancelled
gpg: signing failed: Operation cancelled
error: gpg failed to sign the data
fatal: failed to write commit object

L ERROR Error: gpg: signing failed: Operation cancelled
gpg: signing failed: Operation cancelled
error: gpg failed to sign the data
fatal: failed to write commit object

↳ Committing new files ...

@PrasitSahu PrasitSahu added the bug Something that isn't working label Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that isn't working
Projects
Status: Untriaged
Development

No branches or pull requests

1 participant