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

fatal: Not a git repository: /Users/Mathias/Projects/punycode.js/.git/modules/ve ndor/docdown #18

Open
pford68 opened this issue Nov 6, 2014 · 3 comments

Comments

@pford68
Copy link

pford68 commented Nov 6, 2014

After updating cssify (while updating browserify). I am getting this error when I try to add cssify to GIT.

Yes, I add node_modules to GIT. No, I don't want to stop doing it at this time. :)

@davidguttman
Copy link
Owner

Strange... I'll see if I can reproduce.

@davidguttman
Copy link
Owner

Anything in particular I need to do? I tried the following, but didn't get any errors:

mkdir cssify-git
npm init
npm i -S browserify cssify
git init
git add .
git commit -m "test"

@pford68
Copy link
Author

pford68 commented Nov 6, 2014

My steps were as follows.

  1. First I updated browserify: npm update --save-dev browserify.. I don't remember the previous and current versions: I am not at that computer at the moment.
  2. Later I attempted to add all new files to GIT: git add -A.
  3. I ran git status and saw that I still had untracked files in browserify, cssify and brfs. And the error shown above appeared.
  4. I added each directory one at a time until I narrowed the problem down to cssify.

Googling indicates that an author of one of cssify's dependencies (punycode) accidentally checked in something he shouldn't have. I was hoping that you had an update with an update for that dependency. :)

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

2 participants