Gitについて教えて下さい。
Google Cloud Storageに空のレポジトリを作成済みです。
GCPのCloud shellから
git init git add . git commit -m "xxxx"
して
git pushしたところ表題のエラーになりました。
$ git push google fatal: The current branch master has no upstream branch. To push the current branch and set the remote as upstream, use git push --set-upstream google master
###試したこと
--set-upstreamを付けましたが、エラーになりました。
$ git push --set-upstream google master error: src refspec master does not match any. error: failed to push some refs to 'ssh://tanaka1111@gmail.com@source.developers.google.com:2022/p/point-viewer-335223/r/hello-world' tanaka1111@cloudshell:~/helloworld (point-viewer-335223)$
masterをmainに変えても同じでした。
気になる点として、そもそもmasterブランチが作られていませんでした。
これが関係しているでしょうか?
git branch -a
分かる方教えて下さい。
宜しくお願い致します。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/12/20 08:37