AWSチュートリアルではまったこと1

「サーバーレスのウェブアプリケーション構築」でgit関連ではまる。

モジュール 1継続的デプロイを使用した静的ウェブホスティング

のなかで

ステップ3:Git リポジトリを事前設定する ではまったのでメモ

git add.

git push で完了するはずが

error: src refspec refs/heads/master does not match any
error: failed to push some refs to 'https://git-codecommit.ap-northeast-1.amazonaws.com/v1/repos/wildryde-site' 

以下のサイトを参考にしたらpushできました。

Enumerating objects: 95, done.
Counting objects: 100% (95/95), done.
Delta compression using up to 8 threads
Compressing objects: 100% (94/94), done.
Writing objects: 100% (95/95), 9.44 MiB | 4.09 MiB/s, done.
Total 95 (delta 2), reused 0 (delta 0), pack-reused 0
To https://git-codecommit.ap-northeast-1.amazonaws.com/v1/repos/wildryde-site
* [new branch]      master -> master
Branch 'master' set up to track remote branch 'master' from 'origin'.
git init
git add .
git commit -m 'Initial Commit'
git push -u origin master

この記事が気に入ったらサポートをしてみませんか?