Skip to content

Instantly share code, notes, and snippets.

Created March 26, 2015 20:33
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save anonymous/e82e0dd3720470af0649 to your computer and use it in GitHub Desktop.
nathan@local:/var/www/repo$ git status
fatal: Not a git repository (or any of the parent directories): .git
nathan@local:/var/www/repo$ git init
Reinitialized existing Git repository in /var/www/repo/.git/
nathan@local:/var/www/repo$ git status
fatal: Not a git repository (or any of the parent directories): .git
nathan@local:/var/www/repo$ ls -la
git permissions
drwxrwxr-x 8 nathan www-data 4096 Mar 26 20:30 .git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment