git hub のリポジトリにフォルダごとアップはできますか?
現在そのリポジトリに繋げているディレクトリにそのフォルダがあるのですが
そのフォルダをアップしようとすると以下のメッセージが出てきます。
Untracked files:
(use "git add <file>..." to include in what will be committed)
.DS_Store
次にuse "git add <file>...とあるので、cd コマンドでそのファイルに潜り同じリポジトリにファイルをアップしようとしましたが
以下のメッセージが出てくるためアップできません。
! [rejected] master -> master (fetch first)
error: failed to push some refs to 'git@github.com:kounaien/1-10.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.
ちなみにpullしたところ以下のエラーが出ました
fatal: refusing to merge unrelated histories
回答2件
あなたの回答
tips
プレビュー