babel icon indicating copy to clipboard operation
babel copied to clipboard

babel 3.0.0 and git doesn't work

Open jdaehne opened this issue 8 years ago • 1 comments

Using git and babel 3.0.0 won't work for me. While trying to add files to commit, i receive the following errors:

$ fatal: Not a git repository: core/components/babel/vendor/iana-language-subtag-registry/../../../../../.git/modules/core/components/babel/vendor/iana-language-subtag-registry/

and

$ fatal: Not a git repository: core/packages/babel-3.0.0-pl/modCategory/4be5f79c620b06f9dc090a0f0701adfc/1/babel/vendor/iana-language-subtag-registry/../../../../../.git/modules/core/components/babel/vendor/iana-language-subtag-registry/

After deleting the ".git" files in the named directories everything works fine.

jdaehne avatar Feb 28 '17 18:02 jdaehne

yes, same problem here.

git add --all

and then: fatal: Not a git repository: core/packages/babel-3.0.0-pl/modCategory/4be5f79c620b06f9dc090a0f0701adfc/1/babel/vendor/iana-language-subtag-registry/../../../../../.git/modules/core/components/babel/vendor/iana-language-subtag-registry/

and here: fatal: Not a git repository: core/components/babel/vendor/iana-language-subtag-registry/../../../../../.git/modules/core/components/babel/vendor/iana-language-subtag-registry/

please delete the .git files in these directories, thx.

sscWhitevision avatar Feb 20 '18 10:02 sscWhitevision

The current code changed a lot. So I am closing this.

Jako avatar Mar 27 '24 14:03 Jako