When importing gitlab thinks no files exist
Created by: joeandaverde
After importing a non-empty project GitLab is suggesting for me to add new files to the repo:
Here are the steps I performed:
vagrant@gitlab:/home/git$ sudo su git
git@gitlab:~$ cd repositories/
git@gitlab:~/repositories$ ls
joseph.andaverde
git@gitlab:~/repositories$ git clone --bare http://ssi-vcs/engineering/illuminate/clinical.demo/
Cloning into bare repository 'clinical.demo.git'...
git@gitlab:~/repositories$ ls
clinical.demo.git joseph.andaverde
git@gitlab:~/repositories$ cd ../gitlab/
git@gitlab:~/gitlab$ bundle exec rake gitlab:import:repos RAILS_ENV=production
Processing clinical.demo.git
* Created clinical.demo (clinical.demo.git)
Done!
git@gitlab:~/gitlab$
Then when visiting the newly created project I'm presented with this: