0
2

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.

GITHUB に PUSH できない(再)

Posted at

前回の Push から時間が空いてしまうと、いまだに一発で Push できなくなります。
そこで、ブログにまとめることに。

Push の方法

  1. git init
  2. git add README.md
  3. git commit -m "first commit"
  4. git remote add origin https://github.com/Shaw622/hogehoge.git
  5. git push -u origin master

基本的には上記のコマンドをコピペすれば良いのですが、
git add README.md の README.md 部分は別に要らないので、
git add . にすれば良いことをよく忘れます。。。

ここをよく間違えるので、エラーを出してしまいますが、
ブログでまとめたからにはもう大丈夫かな〜。

そして Quita にもこの件についてはまとめておいた方が後々役に立ちそうだ。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?