前提・実現したいこと
Githubにcommitをしたいです。
二つのファイルをcommitしたいです。
このような入門サイトを真似しながら行いました。
しかし、一向にGithubが反映されません。
###エラー
git add study1-angular warning: adding embedded git repository:study1-angular hint: You've added another git repository inside your current repository. hint: Clones of the outer repository will not contain the contents of hint: the embedded repository and will not know how to obtain it. hint: If you meant to add a submodule, use: hint: hint: git submodule add <url> study1-angular hint: hint: If you added this path by mistake, you can remove it from the hint: index with: hint: hint: git rm --cached study1-angular hint: hint: See "git help submodule" for more information.
このエラーの意味するものがわからないです。
git status
On branch master Untracked files: (use "git add <file>..." to include in what will be committed) .DS_Store nothing added to commit but untracked files present (use "git add" to track)
git log
分からなくなっていまい、何度か同じものをcommitしちゃいました。
commit ********************* (HEAD -> master, origin/master) Author: ***** <*******@gmail.com> Date: Wed Nov 4 04:21:24 2020 +0900 fist commit commit ****************************** Author: ************ <*********@gmail.com> Date: Wed Nov 4 03:39:32 2020 +0900 add commit ******************************* Author: **************** <****@gmail.com> Date: Wed Nov 4 03:32:36 2020 +0900 初めてのGitHub!
よくわからないので
もし心当たりあれば教えてください。
###やったこと
追加
一回レポジトリを消去して初めからやりました。
初期化をして
git branch --all
で確認をしたところ。
何も表示がされませんでした。
初期化に失敗しているということですか?????
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/11/04 06:17