I unlocked the repo and then cloned it on my Mac to the /YATC . I had a previously created Xcode project (TwitterTimeline) in another directory that I copied to the /YATC directory . I did git add . in the / YATC directory, and only the empty TwitterTimeline directory was added to the repo. No other files have been added. Later I learned that TwitterTimeline already has a .git directory. I think Xcode must have created this, although I don't remember ever being asked.
Anyway, I deleted the TwitterTimeline/.git . I went back to /YATC and tried to do git add . there, and nothing happened. Meaning: I immediately made git status , and he said there was nothing to do. Then I went down to the TwitterTimeline directory and did git add . and got the following:
Assertion failed: (item->nowildcard_len <= item->len && item->prefix <= item->len), function prefix_pathspec, file pathspec.c, line 308. Abort trap: 6
What is it?
git xcode
user26270 Apr 21 '14 at 21:01 2014-04-21 21:01
source share