HTML CSSのポートフォリオ作っています。
fileを1から9までそれぞれコンセプトとデザインが別のページを9個作り
それぞれgit init
git add .
git commit -m "first commit"
git remote add origin https://github.com/dna4570/htdocs9.git
git push -u origin masterのように
してイニット、アド、コミット、プッシュしたのですが、
mbp:~ yokoyamanaonori$ cd desktop
mbp:desktop yokoyamanaonori$ cd htdocs9
mbp:htdocs9 yokoyamanaonori$ ls
Icon? gulpfile.code-workspace index.html
README.md gulpfile.js jquery.min.js
css img js
mbp:htdocs9 yokoyamanaonori$ git init
Reinitialized existing Git repository in /Users/yokoyamanaonori/Desktop/htdocs9/.git/
mbp:htdocs9 yokoyamanaonori$ git add .
mbp:htdocs9 yokoyamanaonori$ git remote add origin https://github.com/htdocs9.git
fatal: remote origin already exists.
mbp:htdocs9 yokoyamanaonori$ git push -u origin master
To github.com:dna4570/htdocs4.git
! [rejected] master -> master (fetch first)
error: failed to push some refs to 'git@github.com:dna4570/htdocs4.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
mbp:htdocs9 yokoyamanaonori$
コード
ターミナルに高表示されます。 うまく反映されないのですが、masterの他にブランチを作って いくのでしょうか?
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/06/09 06:50
2020/06/09 06:54
2020/06/09 11:56