LoginSignup
0
0

More than 5 years have passed since last update.

laravel git メモ

Posted at

LaravelをLaradock上で構築した際に、

Sites/laradock
Sites/myproject

Sitesの下の階層でgit initを行なったがエラーが起きた。
原因はlaradockがgit pull で別のところからリポジトリを引っ張って来ただと考えられる。

したがって、myprojectの下の階層で
git init
git add *
git commit -m"first commit"
git remote 自分のgithubページ
git push
で無事にgithubに公開できた。

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