LoginSignup
8
11

More than 5 years have passed since last update.

GitLabにリポジトリを移動する

Posted at

すぐにやり方忘れるのでメモ

権限を上げる

/var/opt/gitlab/git-data/repositories に移動

リポジトリを作りたいユーザ、もしくはグループのフォルダに移動

Git clone --mirror リポジトリアドレス

sudo chown -R git:git フォルダパス でオーナー変更

sudo gitlab-rake gitlab:import:repos たぶんGitlabのインポート

でオッケー

8
11
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
11