I have an account of a Gitlab installation where I created the repository \"ffki-startseite\"
Now I want to clone the repository git://freifunk.in-kiel.de/ffki
rake gitlab:import:repos might be a more suitable method for mass importing:
repos_path (/home/git/repositories/group/repo.git). Directory name must end in .git and be under a group or user namespace.bundle exec rake gitlab:import:reposThe owner will the first admin, and a group will get created if not already existent.
See also: How to import an existing bare git repository into Gitlab?