mathiasbynens / punycode.js

A robust Punycode converter that fully complies to RFC 3492 and RFC 5891.
https://mths.be/punycode
MIT License
1.6k stars 159 forks source link

error occurring in SourceTree #31

Closed lmaharas closed 9 years ago

lmaharas commented 9 years ago

is anyone else seeing this error from time to time?

'git status' failed with code 128:'fatal: Not a git repository: /Users/Mathias/Projects/punycode.js/.git/modules/vendor/docdown'

Not sure how it's being triggered. Any ideas?
Found a related issue here: https://github.com/davidguttman/cssify/issues/18

mathiasbynens commented 9 years ago

Duplicate of #21.

isiegel commented 9 years ago

I'm seeing the same issue.

lmaharas commented 9 years ago

@isiegel, I found this comment in issue #21 helpful. I disable a few unused node modules in my project that referenced punycode@1.0.0
Good luck!