Rake gitlab import

Hi,

I have made copy of my repo on gilab.com:

git clone --mirror git@gitlab.com:/…

and after this I wanted to import this copy to my local gitlab server with command:

gitlab-rake gitlab:import:repos RAILS_ENV=production

Unfortunately import is unable to load my repository… repository from github or itbucked cloned in the same way are imported without any problems.

Does anyone have idea what may cause the problem?