Open mybearworld opened 1 month ago
(Is this the right place to report create-astro issues? I apologize if it's not.)
create-astro is part of this repo so I think this issue is fine here. I am not able to reproduce this. It seems Initializing Git is the last step in the create-astro script steps. What is Astro trying to output while the singing window is visible? Is it possible to share a video of the issue?
Hello @mybearworld. Please provide a minimal reproduction using a GitHub repository or StackBlitz. Issues marked with needs repro
will be closed if they have no activity within 3 days.
What is Astro trying to output while the singing window is visible? Is it possible to share a video of the issue?
Every frame of the progress bar adds a new line of output. In the beginning, the top of the commit signing window is visible, but that quickly goes away as the progress bar lines scroll over it.
Hello @mybearworld. Please provide a minimal reproduction using a GitHub repository or StackBlitz. Issues marked with
needs repro
will be closed if they have no activity within 3 days.
I can't do that, this is about create-astro
, not Astro itself.
I suppose someone needs to set up commit signing on their machine to test this.
Throwing in my two cents 💭
Just confirming that commit signing works perfectly with create-astro
- I use SSH signing with 1Password as my SSH agent.
I even went as far to verify the git signature locally:
Can confirm everything is working as expected with no issues. 👍
Commit signing also worked perfectly for me that's why I asked to share reproduction video earlier.
This probably only happens on specific platforms, then – I'm using WSL. When I used Powershell, the commit signing window appeared in a different window entirely, but now, it appears right inside of the console like this:
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
When the initialization sequence gets to "Initializing Git", the signing window appears, but Astro still overlays its text on top of it.
What's the expected result?
Astro stops outputting text until the commit signing has completed.
Link to Minimal Reproducible Example
N/A
Participation