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
git://freifunk.in-kiel.de/ffki
git clone --mirror git@github.com:username/repo-name.git git remote add gitlab ssh://git@servername.com/username/repo.git git push -f --tags gitlab refs/heads/*:refs/heads/*
It is better to do it over ssh, the https might won't work