2017-04-04 17 views
0

私はマスターアクセス権を持っているリポジトリをgitlabから複製しようとしています。 httpsのクローンURLGitLabクローンがhttpsで500を発行

$ git clone https://[email protected]/teammate/myrepo.git 

remote: Internal server error
fatal: unable to access ' https://[email protected]/teammate/myrepo.git ': The requested URL returned error: 500

を使用して問題についての任意の手掛かりをクローニングする場合でも、私は次のエラーを取得しますか?

+0

sshで動作しますか? – Justas

+0

@Justasいいえ、私はまだ問題に直面しています。しかし、httpsを使ったクローン作成の問題は何ですか? – kmario23

+1

Gitlabログを確認しましたか?sudo gitlab-ctl tailまたはsudo less /var/log/gitlab/gitlab-rails/production.log? – Justas

答えて

0

あなたがserveradminではない場合は、サーバーの問題であると説明されているので、serveradminに連絡してください。 HTTPエラー500は、サービスのユーザーとして修正できません。

問題の正確な理由はさまざまで、Gitlabバージョン、環境、および特定の設定によって異なります。しかし、彼らはではなく、ユーザとしてを固定できます。

関連する問題