I have just added a Github repro to Diffusion. It seems that the import process was failed (I haven't input SSH key).
Then after saving, I cannot open that repro anymore.
When I go to !!domain.com/diffusion/JS/!!, there is a error message:
```
Unhandled Exception ("FilesystemException")
File system entity '/var/repo/JS/' does not exist.
```
- I checked in !! /var/repo!!, there is no directory there. (I imported successfully 2 SVN projects) before.
- The permission of the directory is root (I used Ubuntu script to install Phabricator). I tried to create !!/JS!! directory but the issue is still the same.
- I chown and /var/repo to the user used for Phabricator but nothing changed.
- Go to !!/diffusion/JS/edit!! didn't work
deamon is running as root user
```
Log Daemon Host Overseer Started Class Arguments
269 31010:w4uwzp localhost 31010 Feb 13 2016, 1:57:58 AM PhabricatorRepositoryPullLocalDaemon
270 31010:weud5i localhost 31010 Feb 13 2016, 1:57:58 AM PhabricatorTriggerDaemon
271 31010:dft32r localhost 31010 Feb 13 2016, 1:57:58 AM PhabricatorTaskmasterDaemon
```
I restarted the daemons and manually add /JS directory by root. Then that message disappears and new message appears:
```
Command failed with error #128!
COMMAND
git for-each-ref --sort='-creatordate' --format='%(objectname)%01%(objecttype)%01%(refname)%01%(*objectname)%01%(*objecttype)%01%(subject)%01%(creator)' 'refs/heads/'
STDOUT
(empty)
STDERR
fatal: Not a git repository (or any of the parent directories): .git
```
Ref: T9190