2
こんにちは、私はGit Bashを通してローカルからビットバケットにファイルを更新しようとしています。私はこの称賛ビットバケットgit bashの問題
$ git push -u origin 'master'
をしようとすると、私は
To https://[email protected]/test/a.git
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'https://[email protected]/test/a.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
のようなエラーが出る私はGitのバッシュとビットバケツにこのerror.Iアム初心者を取得していますなぜme.Iが分からない助けてください。私を助けてください?
- まだこのエラーがあります。help help –
あなたは 'git pull ..'成功しましたか? 'git status'の出力は何ですか? –
私はgitをコミットしようとしました-m 'マスターにコミットしました。「コミットするために何も追加されていませんが、未追跡のファイルが存在します」@sajid khan –