1
1

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 3 years have passed since last update.

fatal: The current branch ブランチ名 has no upstream branchと言われた時の対処法と原因

Last updated at Posted at 2020-08-19
$ git push
fatal: The current branch kiso06_05 has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-upstream origin kiso06_05

というエラーが吐かれてしまった。

原因は上流ブランチが設定されていないことだった。

上流ブランチとは

指示通り

git push --set-upstream origin kiso06_05

とすると無事プッシュできた。

gitについてはまだまだこれから勉強しないと全然分からん...

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?