0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

本日の『railsチュートリアル』で詰まったところ(2020/10/07)

0
Posted at

詰まったところ

2.1 アプリケーションの計画
・事象:
$ git remote add origin git@bitbucket.org:<username>/toy_app.git
$ git push -u origin --all
で、1.4.3で発生したのと同様、pushに失敗する。

・解決方法
$ git push -f origin --all
で無理やりpush
image.png

本日のまとめ

進捗: 2章 2.1途中まで

感想:
・やはり、日毎に記事を量産するよりも、一つの記事に追記していったほうが自分としても読者としてもメリットが多そうなので、土日にマージすることにする。
・詰まったところがなかった日のことを考えると、追記する形だと進捗と感想だけでも書くことができる。
・addとcommitの違いがわからないので、調べる必要あり
・各コマンドの -a, -Aなどの意味を調べる必要あり

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?