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

fix(shorebird_cli): print shorebird checkout output on windows, verify longpaths #2710

Merged
merged 4 commits into from
Dec 18, 2024

Conversation

bryanoltman
Copy link
Contributor

Description

Updates shorebird.ps1 to print git output when we check out our fork of Flutter and to verify that git's core.longpaths config property is true.

Fixes #2709

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore
  • 🧪 Tests

@eseidel
Copy link
Contributor

eseidel commented Dec 18, 2024

kahn

@bryanoltman bryanoltman merged commit 0975a1a into main Dec 18, 2024
8 checks passed
@bryanoltman bryanoltman deleted the bo/windows-git-fix branch December 18, 2024 20:16
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.

fix: shorebird flutter checkout can fail silently on Windows
2 participants