CircleCIでのビルドは完了しますが、デプロイ時にYour local changes to the following files would be overwritten by mergeというエラーが出ます。
エラー
Warning: Permanently added '*************' (ECDSA) to the list of known hosts. ^@^@remote: Enumerating objects: 6, done. remote: Counting objects: 100% (6/6), done. remote: Compressing objects: 100% (2/2), done. remote: Total 4 (delta 2), reused 3 (delta 2), pack-reused 0 Unpacking objects: 100% (4/4), done. From github.com:Tikka710/Laravel-ci * branch master -> FETCH_HEAD 4dbc765..b10d239 master -> origin/master Updating c4b465a..b10d239 error: Your local changes to the following files would be overwritten by merge: composer.json Please commit your changes or stash them before you merge. Aborting Connection to ************* closed. Exited with code exit status 1
やったこと
EC2上のディレクトリでgit diffをした際にcomposer.jsonに変更があることが分かったので、実際に手を動かすほうのローカルのcomposer.jsonを変更してコミット、プッシュをしましたが変わらず同じエラーでした。
その次に、EC2上のディレクトリでコミットしてプッシュをしましたが**error: src refspec develop does not match any
error: failed to push some refs to 'git@github.com:Tikka710/Laravel-ci.git'**とでました。
そもそもEC2上でgit pushしていいのかも分かりませんでした。
よろしくお願いします。
あなたの回答
tips
プレビュー