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

update using git failed on Windows #1842

Closed
xuchengpeng opened this issue Nov 11, 2024 · 4 comments
Closed

update using git failed on Windows #1842

xuchengpeng opened this issue Nov 11, 2024 · 4 comments

Comments

@xuchengpeng
Copy link

Describe the bug

When updating blowfish with git: git submodule update --remote --merge,I get the error:

Updating f037da31..3a50c14d
error: invalid path 'exampleSite/content/users/Handbook on Teaching Empirical Software Engineering: Online Materials/feature.jpg'
error: invalid path 'exampleSite/content/users/Handbook on Teaching Empirical Software Engineering: Online Materials/index.it.md'
error: invalid path 'exampleSite/content/users/Handbook on Teaching Empirical Software Engineering: Online Materials/index.ja.md'
error: invalid path 'exampleSite/content/users/Handbook on Teaching Empirical Software Engineering: Online Materials/index.md'
error: invalid path 'exampleSite/content/users/Handbook on Teaching Empirical Software Engineering: Online Materials/index.zh-cn.md'
fatal: Unable to merge '3a50c14d2fac08ac58c728463b3098da81198428' in submodule path 'themes/blowfish'

To Reproduce

Run: git submodule update --remote --merge

Expected behavior

Update blow successfully.

Desktop (please complete the following information):

  • OS: Windows
  • Version: 11

Hugo & Blowfish versions

hugo v0.138.0
blowfish v2.78.0
git version 2.47.0

@xuchengpeng
Copy link
Author

OK, related PR here #1839

@RobDaPraia
Copy link

yes same problem here on windows

2024-11-18 19:42:18.429 [info] From https://github.com/nunocoracao/blowfish

  • branch main -> FETCH_HEAD
    error: invalid path 'exampleSite/content/users/Handbook on Teaching Empirical Software Engineering: Online Materials/feature.jpg'
    error: invalid path 'exampleSite/content/users/Handbook on Teaching Empirical Software Engineering: Online Materials/index.it.md'
    error: invalid path 'exampleSite/content/users/Handbook on Teaching Empirical Software Engineering: Online Materials/index.ja.md'
    error: invalid path 'exampleSite/content/users/Handbook on Teaching Empirical Software Engineering: Online Materials/index.md'
    error: invalid path 'exampleSite/content/users/Handbook on Teaching Empirical Software Engineering: Online Materials/index.zh-cn.md'

@yannlemos
Copy link

same problem here too:

error: invalid path 'exampleSite/content/users/Handbook on Teaching Empirical Software Engineering: Online Materials/feature.jpg'
error: invalid path 'exampleSite/content/users/Handbook on Teaching Empirical Software Engineering: Online Materials/index.it.md'
error: invalid path 'exampleSite/content/users/Handbook on Teaching Empirical Software Engineering: Online Materials/index.ja.md'
error: invalid path 'exampleSite/content/users/Handbook on Teaching Empirical Software Engineering: Online Materials/index.md'
error: invalid path 'exampleSite/content/users/Handbook on Teaching Empirical Software Engineering: Online Materials/index.zh-cn.md'
fatal: Unable to merge '3a50c14d2fac08ac58c728463b3098da81198428' in submodule path 'themes/blowfish'

Guess we'll wait for #1839 to be merged

@nunocoracao
Copy link
Owner

Fixing this in v2.80.0

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

No branches or pull requests

4 participants