前提・実現したいこと
こちらのサイトのチュートリアルに従ってdjangoのwebアプリを作ろうと思い、HTML入門のチャプターの途中まで進めたが、pythonanywhereのサイトでgit pullができない。
発生している問題・エラーメッセージ
error: Your local changes to the following files would be overwritten by merge: mysite/settings.py Please, commit your changes or stash them before you can merge. Aborting
試したこと
git stashを実行するも
No local changes to save
git commit --allを実行するも
On branch main Your branch is up to date with 'origin/main'. nothing to commit, working tree clean
と表示され、commitもstashもできない状態。
pythonanywhereのコンソールではgit stashやgit commitは実行できませんでした。
補足情報
python3.8.5
git 2.31.0
django 2.2.19
を使用しています。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。