-
Notifications
You must be signed in to change notification settings - Fork 1k
Labels
enhancementNew feature or requestNew feature or requestquestionA question about a feature rather than a bugA question about a feature rather than a bug
Description
Which Cloudflare product(s) does this pertain to?
Wrangler
What versions & operating system are you using?
wrangler 4.10.0
Please provide a link to a minimal reproduction
see below
Describe the Bug
steps to replicate:
mkdir hooks; printf '#!/bin/sh\nfalse' > hooks/pre-commit; chmod +x hooks/pre-commit
git config --global core.hooksPath $(realpath hooks)
wrangler init my-worker -y
expected behavior: i see the full onboarding flow (including the last "Deploy with Cloudflare" step and the help text afterwards).
actual behavior:
╭ Configuring your application for Cloudflare Step 2 of 3
...
├ Initializing git repo
│ initialized git
│
╰ ERROR Error
Please provide any relevant error logs
n/a
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionA question about a feature rather than a bugA question about a feature rather than a bug
Type
Projects
Status
Backlog