@neva29101

Are you sure you want to delete the question?

If your question is resolved, you may close it.

Leaving a resolved question undeleted may help others!

We hope you find it useful!

Git bashを使って、Githubにpushすることができません。一から教えてください。ちなみにWindowsです。

------------ Git bash --------------
// 現在のコード
echo "# stall_shop_test" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin [URL]
git push -u origin main

※ネットで調べても分かりません

0 likes

1Answer

どの様な出力が出ていてできないかわからないと何も判断できないのではないでしょうか……? どこの出力でエラーが出ていますでしょうか?

0Like

Your answer might help someone💌