workers-sdk icon indicating copy to clipboard operation
workers-sdk copied to clipboard

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

Open PrasitSahu opened this issue 1 year ago • 0 comments

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

https://github.com/user-attachments/assets/0443b37a-1867-450b-a9e4-98a65f891380

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 avatar Oct 14 '24 19:10 PrasitSahu