Skip to content

Instantly share code, notes, and snippets.

@mxmilkiib
Created January 6, 2012 21:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mxmilkiib/1572594 to your computer and use it in GitHub Desktop.
Save mxmilkiib/1572594 to your computer and use it in GitHub Desktop.
Git submodule add error message bug?
milk@silver:/etc/zsh:master $ git submodule add git://github.com/olivierverdier/zsh-git-prompt.git git-prompt
The following path is ignored by one of your .gitignore files:
git-prompt
Use -f if you really want to add it.
milk@silver:/etc/zsh:master $ sudo git submodule add git://github.com/olivierverdier/zsh-git-prompt.git git-prompt
Password:
Cloning into 'git-prompt'...
remote: Counting objects: 216, done.
remote: Compressing objects: 100% (102/102), done.
remote: Total 216 (delta 123), reused 202 (delta 111)
Receiving objects: 100% (216/216), 51.40 KiB, done.
Resolving deltas: 100% (123/123), done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment