LoginSignup
0
0

More than 3 years have passed since last update.

ラズパイ上に立てたgit labにアクセスしようとして詰まった件

Posted at

自分のための備忘録
ラズパイ上で立てたgitlabからリポジトリをclone使用したら失敗した話。
ポート指定しなかったからできなかったという

これだと☓

git clone http://localhost/User/repo.git

これだと○

git clone http://localhost:8080/User/repo.git

0
0
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
0
0