###【したいこと】
・自分のGitHubに練習用のソースコードを上げたい
・言い換えると、リモートリポジトリにpushしたい(?)
###【現在の状況】
・自分のGitHubのアカウントは作成している
・git initは実行済
・git commitをWebStormにおいて実行済
・git addをしていなかったのでaddをする必要があるのかと思い実行しようとしたら下記のエラー
・エラー内の" git rm --cached Desktop/MyJavaScript/1"を実行したが失敗
C:\Users\user\Desktop\MyJavaScript>git add .
warning: adding embedded git repository: Desktop/MyJavaScript/1
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> Desktop/MyJavaScript/1
hint:
hint: If you added this path by mistake, you can remove it from the
hint: index with:
hint:
hint: git rm --cached Desktop/MyJavaScript/1
hint:
hint: See "git help submodule" for more information.
【追記】
remoteのurlを指定すればWebStorm上でpushできそうなのですが指定の仕方が調べてもいまいちわかりません。
プロトコルはhttpsでurlはhttps://github.com/アカウント名/...
のような感じでしょうか?アカウント名の先の指定がよくわかりません
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。