/gist:e82e0dd3720470af0649 Secret
Created
March 26, 2015 20:33
Star
You must be signed in to star a gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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