honapon
@honapon

Are you sure you want to delete the question?

Leaving a resolved question undeleted may help others!

【初心者】Githubで上手くpushが出来ない(git-flow)

解決したいこと

Ruby on RailsでWebアプリを作ろうと思っています。
git-flowの流れで作成をしようと思い、下記のコマンドを入力したところ
エラーが出てしまいました。
git fetch
git merge
コマンドを入力してもうまく行きません。
git statusコマンドを打つと
On branch main
nothing to commit, working tree clean
と出てきます。

普段と違う方法(普段はPushのみ)でGithubを使おうとして、ちんぷんかんぷんな状態になっています。

対処法をご教示いただけると嬉しいです。

発生している問題・エラー

    $ git add -A
    $ git commit -m "initial commit"
    $ git push -u origin master

  → git push -u origin master
error: src refspec master does not match any
error: failed to push some refs to 'https:・・・(省略)
0

No Answers yet.

Your answer might help someone💌